#64390F

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

Shades of Baker's Chocolate #64390F

Tints of Baker's Chocolate #64390F

Color information

#64390F (or 0x64390F) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 39 and 0F. RGB value is (100,57,15). Sum of RGB (Red+Green+Blue) = 100+57+15=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #64390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #64390F is #9BC6F0. Grayscale: #414141. Windows color (decimal): -10209009 or 997732. OLE color: 997732.

HSL color Cylindrical-coordinate representation of color #64390F: hue angle of 29.65º 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 #64390F is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB1005715-
CMYK00.430.850.61
HSL29.65º73.91%22.55%-
HSV(B)29.65º85%39.22%-
XYZ6.85.671.19-
YUV65.0799.75152.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=58.14%
G=33.14%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100571500.430.850.6129.6573.9122.55
Hex6439F02B553D1e4a17
Octal1447117053125753611227
Binary110010011100111110101011101010111110111110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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