#64321C

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

Shades of Baker's Chocolate #64321C

Tints of Baker's Chocolate #64321C

Color information

#64321C (or 0x64321C) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 32 and 1C. RGB value is (100,50,28). Sum of RGB (Red+Green+Blue) = 100+50+28=178 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.18% from 178); Green value is 50 (19.92% from 255 or 28.09% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 100 - color contains mainly: red. Hex color #64321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64321C is #9BCDE3. Grayscale: #3E3E3E. Windows color (decimal): -10210788 or 1847908. OLE color: 1847908.

HSL color Cylindrical-coordinate representation of color #64321C: hue angle of 18.33º 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 #64321C is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB1005028-
CMYK00.500.720.61
HSL18.33º56.25%25.1%-
HSV(B)18.33º72%39.22%-
XYZ6.615.071.73-
YUV62.44108.56154.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.18%
GREEN value IS 50 (19.92% from 255) = 28.09%
BLUE value IS 28 (11.33% from 255) = 15.73%
R=56.18%
G=28.09%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100502800.500.720.6118.3356.2525.1
Hex64321C032483D123819
Octal144623406211075227031
Binary110010011001011100011001010010001111011001011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64321C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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