#642A05

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

Shades of Baker's Chocolate #642A05

Tints of Baker's Chocolate #642A05

Color information

#642A05 (or 0x642A05) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2A and 05. RGB value is (100,42,5). Sum of RGB (Red+Green+Blue) = 100+42+5=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 5 (2.34% from 255 or 3.40% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #642A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A05 is #9BD5FA. Grayscale: #373737. Windows color (decimal): -10212859 or 338532. OLE color: 338532.

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

Color convert

RGB100425-
CMYK00.580.950.61
HSL23.37º90.48%20.59%-
HSV(B)23.37º95%39.22%-
XYZ6.114.380.67-
YUV55.1299.72160.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.03%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 3.40%
R=68.03%
G=28.57%
B=3.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10042500.580.950.6123.3790.4820.59
Hex642A503A5F3D175a15
Octal144525072137752713225
Binary11001001010101010111010101111111110110111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,42,5); }

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

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

 a { background-color: rgb(100,42,5); }

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

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

 span { border-color: rgb(100,42,5); }

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