#642F09

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

Shades of Baker's Chocolate #642F09

Tints of Baker's Chocolate #642F09

Color information

#642F09 (or 0x642F09) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2F and 09. RGB value is (100,47,9). Sum of RGB (Red+Green+Blue) = 100+47+9=156 (20% of max value = 765). Red value is 100 (39.45% from 255 or 64.10% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 100 - color contains mainly: red. Hex color #642F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642F09 is #9BD0F6. Grayscale: #3A3A3A. Windows color (decimal): -10211575 or 601956. OLE color: 601956.

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

Color convert

RGB100479-
CMYK00.530.910.61
HSL25.05º83.49%21.37%-
HSV(B)25.05º91%39.22%-
XYZ6.324.760.84-
YUV58.52100.06157.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 64.10%
GREEN value IS 47 (18.75% from 255) = 30.13%
BLUE value IS 9 (3.91% from 255) = 5.77%
R=64.10%
G=30.13%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10047900.530.910.6125.0583.4921.37
Hex642F90355B3D195315
Octal1445711065133753112325
Binary110010010111110010110101101101111110111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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