#64380F

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

Shades of Baker's Chocolate #64380F

Tints of Baker's Chocolate #64380F

Color information

#64380F (or 0x64380F) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 38 and 0F. RGB value is (100,56,15). Sum of RGB (Red+Green+Blue) = 100+56+15=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #64380F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64380F is #9BC7F0. Grayscale: #404040. Windows color (decimal): -10209265 or 997476. OLE color: 997476.

HSL color Cylindrical-coordinate representation of color #64380F: hue angle of 28.94º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64380F is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1005615-
CMYK00.440.850.61
HSL28.94º73.91%22.55%-
HSV(B)28.94º85%39.22%-
XYZ6.765.571.17-
YUV64.48100.08153.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=58.48%
G=32.75%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100561500.440.850.6128.9473.9122.55
Hex6438F02C553D1d4a17
Octal1447017054125753511227
Binary110010011100011110101100101010111110111101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64380F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64380F; }

 p { color: rgb(100,56,15); }

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

<style>
 a { background-color: #64380F; }

 a { background-color: rgb(100,56,15); }

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

<style>
 span { border-color: #64380F; }

 span { border-color: rgb(100,56,15); }

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