#64230C

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

Shades of Baker's Chocolate #64230C

Tints of Baker's Chocolate #64230C

Color information

#64230C (or 0x64230C) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 23 and 0C. RGB value is (100,35,12). Sum of RGB (Red+Green+Blue) = 100+35+12=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64230C is #9BDCF3. Grayscale: #333333. Windows color (decimal): -10214644 or 795492. OLE color: 795492.

HSL color Cylindrical-coordinate representation of color #64230C: hue angle of 15.68º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64230C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.61.

Color convert

RGB1003512-
CMYK00.650.880.61
HSL15.68º78.57%21.96%-
HSV(B)15.68º88%39.22%-
XYZ5.923.940.8-
YUV51.81105.53162.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.03%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 12 (5.08% from 255) = 8.16%
R=68.03%
G=23.81%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100351200.650.880.6115.6878.5721.96
Hex6423C041583D104f16
Octal14443140101130752011726
Binary1100100100011110001000001101100011110110000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64230C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,35,12); }

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

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

 a { background-color: rgb(100,35,12); }

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

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

 span { border-color: rgb(100,35,12); }

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