#64331D

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

Shades of Baker's Chocolate #64331D

Tints of Baker's Chocolate #64331D

Color information

#64331D (or 0x64331D) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 33 and 1D. RGB value is (100,51,29). Sum of RGB (Red+Green+Blue) = 100+51+29=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64331D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64331D is #9BCCE2. Grayscale: #3F3F3F. Windows color (decimal): -10210531 or 1913700. OLE color: 1913700.

HSL color Cylindrical-coordinate representation of color #64331D: hue angle of 18.59º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64331D is Cyan = 0, Magento = 0.49, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB1005129-
CMYK00.490.710.61
HSL18.59º55.04%25.29%-
HSV(B)18.59º71%39.22%-
XYZ6.665.171.81-
YUV63.14108.73154.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.56%
GREEN value IS 51 (20.31% from 255) = 28.33%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=55.56%
G=28.33%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100512900.490.710.6118.5955.0425.29
Hex64331D031473D133719
Octal144633506110775236731
Binary110010011001111101011000110001111111011001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64331D; }

 p { color: rgb(100,51,29); }

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

<style>
 a { background-color: #64331D; }

 a { background-color: rgb(100,51,29); }

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

<style>
 span { border-color: #64331D; }

 span { border-color: rgb(100,51,29); }

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