#64321B

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

Shades of Baker's Chocolate #64321B

Tints of Baker's Chocolate #64321B

Color information

#64321B (or 0x64321B) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 32 and 1B. RGB value is (100,50,27). Sum of RGB (Red+Green+Blue) = 100+50+27=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #64321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64321B is #9BCDE4. Grayscale: #3E3E3E. Windows color (decimal): -10210789 or 1782372. OLE color: 1782372.

HSL color Cylindrical-coordinate representation of color #64321B: hue angle of 18.9º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64321B is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1005027-
CMYK00.500.730.61
HSL18.9º57.48%24.9%-
HSV(B)18.9º73%39.22%-
XYZ6.595.071.67-
YUV62.33108.06154.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.50%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 27 (10.94% from 255) = 15.25%
R=56.50%
G=28.25%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100502700.500.730.6118.957.4824.9
Hex64321B032493D133919
Octal144623306211175237131
Binary110010011001011011011001010010011111011001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64321B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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