#643913

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

Shades of Baker's Chocolate #643913

Tints of Baker's Chocolate #643913

Color information

#643913 (or 0x643913) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 39 and 13. RGB value is (100,57,19). Sum of RGB (Red+Green+Blue) = 100+57+19=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 57 (22.66% from 255 or 32.39% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #643913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643913 is #9BC6EC. Grayscale: #414141. Windows color (decimal): -10209005 or 1259876. OLE color: 1259876.

HSL color Cylindrical-coordinate representation of color #643913: hue angle of 28.15º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #643913 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB1005719-
CMYK00.430.810.61
HSL28.15º68.07%23.33%-
HSV(B)28.15º81%39.22%-
XYZ6.845.681.35-
YUV65.52101.75152.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.82%
GREEN value IS 57 (22.66% from 255) = 32.39%
BLUE value IS 19 (7.81% from 255) = 10.80%
R=56.82%
G=32.39%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100571900.430.810.6128.1568.0723.33
Hex64391302B513D1c4417
Octal1447123053121753410427
Binary1100100111001100110101011101000111110111100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643913; }

 p { color: rgb(100,57,19); }

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

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

 a { background-color: rgb(100,57,19); }

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

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

 span { border-color: rgb(100,57,19); }

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