#642D1A

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

Shades of Baker's Chocolate #642D1A

Tints of Baker's Chocolate #642D1A

Color information

#642D1A (or 0x642D1A) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2D and 1A. RGB value is (100,45,26). Sum of RGB (Red+Green+Blue) = 100+45+26=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #642D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642D1A is #9BD2E5. Grayscale: #3B3B3B. Windows color (decimal): -10212070 or 1715556. OLE color: 1715556.

HSL color Cylindrical-coordinate representation of color #642D1A: hue angle of 15.41º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #642D1A is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB1004526-
CMYK00.550.740.61
HSL15.41º58.73%24.71%-
HSV(B)15.41º74%39.22%-
XYZ6.384.661.54-
YUV59.28109.22157.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 26 (10.55% from 255) = 15.20%
R=58.48%
G=26.32%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100452600.550.740.6115.4158.7324.71
Hex642D1A0374A3Df3b19
Octal144553206711275177331
Binary11001001011011101001101111001010111101111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,45,26); }

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

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

 a { background-color: rgb(100,45,26); }

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

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

 span { border-color: rgb(100,45,26); }

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