#64351B

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

Shades of Baker's Chocolate #64351B

Tints of Baker's Chocolate #64351B

Color information

#64351B (or 0x64351B) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 35 and 1B. RGB value is (100,53,27). Sum of RGB (Red+Green+Blue) = 100+53+27=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64351B is #9BCAE4. Grayscale: #404040. Windows color (decimal): -10210021 or 1783140. OLE color: 1783140.

HSL color Cylindrical-coordinate representation of color #64351B: hue angle of 21.37º 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 #64351B is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1005327-
CMYK00.470.730.61
HSL21.37º57.48%24.9%-
HSV(B)21.37º73%39.22%-
XYZ6.735.331.71-
YUV64.09107.07153.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 55.56%
GREEN value IS 53 (21.09% from 255) = 29.44%
BLUE value IS 27 (10.94% from 255) = 15%
R=55.56%
G=29.44%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100532700.470.730.6121.3757.4824.9
Hex64351B02F493D153919
Octal144653305711175257131
Binary110010011010111011010111110010011111011010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64351B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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