#642B15

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

Shades of Baker's Chocolate #642B15

Tints of Baker's Chocolate #642B15

Color information

#642B15 (or 0x642B15) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 2B and 15. RGB value is (100,43,21). Sum of RGB (Red+Green+Blue) = 100+43+21=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #642B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642B15 is #9BD4EA. Grayscale: #393939. Windows color (decimal): -10212587 or 1387364. OLE color: 1387364.

HSL color Cylindrical-coordinate representation of color #642B15: hue angle of 16.71º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642B15 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1004321-
CMYK00.570.790.61
HSL16.71º65.29%23.73%-
HSV(B)16.71º79%39.22%-
XYZ6.254.491.25-
YUV57.54107.38158.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.98%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 21 (8.59% from 255) = 12.80%
R=60.98%
G=26.22%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100432100.570.790.6116.7165.2923.73
Hex642B150394F3D114118
Octal1445325071117752110130
Binary1100100101011101010111001100111111110110001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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