#642E08

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

Shades of Baker's Chocolate #642E08

Tints of Baker's Chocolate #642E08

Color information

#642E08 (or 0x642E08) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2E and 08. RGB value is (100,46,8). Sum of RGB (Red+Green+Blue) = 100+46+8=154 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.94% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 100 - color contains mainly: red. Hex color #642E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642E08 is #9BD1F7. Grayscale: #3A3A3A. Windows color (decimal): -10211832 or 536164. OLE color: 536164.

HSL color Cylindrical-coordinate representation of color #642E08: hue angle of 24.78º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #642E08 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB100468-
CMYK00.540.920.61
HSL24.78º85.19%21.18%-
HSV(B)24.78º92%39.22%-
XYZ6.284.680.8-
YUV57.8199.89158.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.94%
GREEN value IS 46 (18.36% from 255) = 29.87%
BLUE value IS 8 (3.52% from 255) = 5.19%
R=64.94%
G=29.87%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10046800.540.920.6124.7885.1921.18
Hex642E80365C3D195515
Octal1445610066134753112525
Binary110010010111010000110110101110011110111001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642E08; }

 p { color: rgb(100,46,8); }

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

<style>
 a { background-color: #642E08; }

 a { background-color: rgb(100,46,8); }

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

<style>
 span { border-color: #642E08; }

 span { border-color: rgb(100,46,8); }

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