#642C0E

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

Shades of Baker's Chocolate #642C0E

Tints of Baker's Chocolate #642C0E

Color information

#642C0E (or 0x642C0E) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2C and 0E. RGB value is (100,44,14). Sum of RGB (Red+Green+Blue) = 100+44+14=158 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.29% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 100 - color contains mainly: red. Hex color #642C0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642C0E is #9BD3F1. Grayscale: #393939. Windows color (decimal): -10212338 or 928868. OLE color: 928868.

HSL color Cylindrical-coordinate representation of color #642C0E: hue angle of 20.93º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #642C0E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB1004414-
CMYK00.560.860.61
HSL20.93º75.44%22.35%-
HSV(B)20.93º86%39.22%-
XYZ6.244.540.96-
YUV57.32103.55158.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.29%
GREEN value IS 44 (17.58% from 255) = 27.85%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=63.29%
G=27.85%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100441400.560.860.6120.9375.4422.35
Hex642CE038563D154b16
Octal1445416070126752511326
Binary110010010110011100111000101011011110110101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,44,14); }

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

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

 a { background-color: rgb(100,44,14); }

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

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

 span { border-color: rgb(100,44,14); }

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