#642F06

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

Shades of Baker's Chocolate #642F06

Tints of Baker's Chocolate #642F06

Color information

#642F06 (or 0x642F06) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2F and 06. RGB value is (100,47,6). Sum of RGB (Red+Green+Blue) = 100+47+6=153 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.36% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 100 - color contains mainly: red. Hex color #642F06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642F06 is #9BD0F9. Grayscale: #3A3A3A. Windows color (decimal): -10211578 or 405348. OLE color: 405348.

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

Color convert

RGB100476-
CMYK00.530.940.61
HSL26.17º88.68%20.78%-
HSV(B)26.17º94%39.22%-
XYZ6.34.760.76-
YUV58.1798.56157.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 65.36%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=65.36%
G=30.72%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10047600.530.940.6126.1788.6820.78
Hex642F60355E3D1a5915
Octal144576065136753213125
Binary11001001011111100110101101111011110111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,47,6); }

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

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

 a { background-color: rgb(100,47,6); }

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

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

 span { border-color: rgb(100,47,6); }

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