#642B03

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

Shades of Baker's Chocolate #642B03

Tints of Baker's Chocolate #642B03

Color information

#642B03 (or 0x642B03) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2B and 03. RGB value is (100,43,3). Sum of RGB (Red+Green+Blue) = 100+43+3=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 43 (17.19% from 255 or 29.45% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #642B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642B03 is #9BD4FC. Grayscale: #373737. Windows color (decimal): -10212605 or 207716. OLE color: 207716.

HSL color Cylindrical-coordinate representation of color #642B03: hue angle of 24.74º 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 #642B03 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.61.

Color convert

RGB100433-
CMYK00.570.970.61
HSL24.74º94.17%20.2%-
HSV(B)24.74º97%39.22%-
XYZ6.144.440.62-
YUV55.4898.38159.75-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 43 (17.19% from 255) = 29.45%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=68.49%
G=29.45%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10043300.570.970.6124.7494.1720.2
Hex642B3039613D195e14
Octal144533071141753113624
Binary1100100101011110111001110000111110111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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