#642A03

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

Shades of Baker's Chocolate #642A03

Tints of Baker's Chocolate #642A03

Color information

#642A03 (or 0x642A03) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2A and 03. RGB value is (100,42,3). Sum of RGB (Red+Green+Blue) = 100+42+3=145 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.97% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 100 - color contains mainly: red. Hex color #642A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642A03 is #9BD5FC. Grayscale: #373737. Windows color (decimal): -10212861 or 207460. OLE color: 207460.

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

Color convert

RGB100423-
CMYK00.580.970.61
HSL24.12º94.17%20.2%-
HSV(B)24.12º97%39.22%-
XYZ6.14.370.61-
YUV54.998.72160.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.97%
GREEN value IS 42 (16.80% from 255) = 28.97%
BLUE value IS 3 (1.56% from 255) = 2.07%
R=68.97%
G=28.97%
B=2.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10042300.580.970.6124.1294.1720.2
Hex642A303A613D185e14
Octal144523072141753013624
Binary1100100101010110111010110000111110111000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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