#62330C

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

Shades of Baker's Chocolate #62330C

Tints of Baker's Chocolate #62330C

Color information

#62330C (or 0x62330C) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 0C. RGB value is (98,51,12). Sum of RGB (Red+Green+Blue) = 98+51+12=161 (21% of max value = 765). Red value is 98 (38.67% from 255 or 60.87% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 98 - color contains mainly: red. Hex color #62330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62330C is #9DCCF3. Grayscale: #3C3C3C. Windows color (decimal): -10341620 or 799586. OLE color: 799586.

HSL color Cylindrical-coordinate representation of color #62330C: hue angle of 27.21º 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 #62330C is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB985112-
CMYK00.480.880.62
HSL27.21º78.18%21.57%-
HSV(B)27.21º87.76%38.43%-
XYZ6.294.990.98-
YUV60.61100.57154.67-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 60.87%
GREEN value IS 51 (20.31% from 255) = 31.68%
BLUE value IS 12 (5.08% from 255) = 7.45%
R=60.87%
G=31.68%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98511200.480.880.6227.2178.1821.57
Hex6233C030583E1b4e16
Octal1426314060130763311626
Binary110001011001111000110000101100011111011011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62330C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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