#64351A

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

Shades of Baker's Chocolate #64351A

Tints of Baker's Chocolate #64351A

Color information

#64351A (or 0x64351A) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 35 and 1A. RGB value is (100,53,26). Sum of RGB (Red+Green+Blue) = 100+53+26=179 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.87% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 100 - color contains mainly: red. Hex color #64351A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64351A is #9BCAE5. Grayscale: #404040. Windows color (decimal): -10210022 or 1717604. OLE color: 1717604.

HSL color Cylindrical-coordinate representation of color #64351A: hue angle of 21.89º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64351A is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1005326-
CMYK00.470.740.61
HSL21.89º58.73%24.71%-
HSV(B)21.89º74%39.22%-
XYZ6.725.331.65-
YUV63.97106.57153.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.87%
GREEN value IS 53 (21.09% from 255) = 29.61%
BLUE value IS 26 (10.55% from 255) = 14.53%
R=55.87%
G=29.61%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100532600.470.740.6121.8958.7324.71
Hex64351A02F4A3D163b19
Octal144653205711275267331
Binary110010011010111010010111110010101111011011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64351A; }

 p { color: rgb(100,53,26); }

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

<style>
 a { background-color: #64351A; }

 a { background-color: rgb(100,53,26); }

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

<style>
 span { border-color: #64351A; }

 span { border-color: rgb(100,53,26); }

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