#64391C

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

Shades of Baker's Chocolate #64391C

Tints of Baker's Chocolate #64391C

Color information

#64391C (or 0x64391C) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 39 and 1C. RGB value is (100,57,28). Sum of RGB (Red+Green+Blue) = 100+57+28=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #64391C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64391C is #9BC6E3. Grayscale: #424242. Windows color (decimal): -10208996 or 1849700. OLE color: 1849700.

HSL color Cylindrical-coordinate representation of color #64391C: hue angle of 24.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64391C is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB1005728-
CMYK00.430.720.61
HSL24.17º56.25%25.1%-
HSV(B)24.17º72%39.22%-
XYZ6.935.721.84-
YUV66.55106.25151.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.05%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 28 (11.33% from 255) = 15.14%
R=54.05%
G=30.81%
B=15.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100572800.430.720.6124.1756.2525.1
Hex64391C02B483D183819
Octal144713405311075307031
Binary110010011100111100010101110010001111011100011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64391C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,57,28); }

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

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

 a { background-color: rgb(100,57,28); }

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

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

 span { border-color: rgb(100,57,28); }

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