#62310C

Color #62310C Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #62310C

Tints of Baker's Chocolate #62310C

Color information

#62310C (or 0x62310C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 31 and 0C. RGB value is (98,49,12). Sum of RGB (Red+Green+Blue) = 98+49+12=159 (21% of max value = 765). Red value is 98 (38.67% from 255 or 61.64% from 159); Green value is 49 (19.53% from 255 or 30.82% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 98 - color contains mainly: red. Hex color #62310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62310C is #9DCEF3. Grayscale: #3B3B3B. Windows color (decimal): -10342132 or 799074. OLE color: 799074.

HSL color Cylindrical-coordinate representation of color #62310C: hue angle of 25.81º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62310C is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB984912-
CMYK00.50.880.62
HSL25.81º78.18%21.57%-
HSV(B)25.81º87.76%38.43%-
XYZ6.24.820.95-
YUV59.43101.23155.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 61.64%
GREEN value IS 49 (19.53% from 255) = 30.82%
BLUE value IS 12 (5.08% from 255) = 7.55%
R=61.64%
G=30.82%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98491200.50.880.6225.8178.1821.57
Hex6231C032583E1a4e16
Octal1426114062130763211626
Binary110001011000111000110010101100011111011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62310C; }

 p { color: rgb(98,49,12); }

 H1.HeaderClassName
 {
   color: #62310C;
 }
 .AnyTagClassName
 {
   color: #62310C;
 }
</style>
background-color css

<style>
 a { background-color: #62310C; }

 a { background-color: rgb(98,49,12); }

 div.DivClassName
 {
   background-color: #62310C;
 }
 .BgClassName
 {
   background-color: #62310C;
 }
</style>
border-color css

<style>
 span { border-color: #62310C; }

 span { border-color: rgb(98,49,12); }

 td.TdClassName
 {
   border-color: #62310C;
 }
 .TagClassName
 {
   border-color: #62310C;
 }
</style>