#643114

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

Shades of Baker's Chocolate #643114

Tints of Baker's Chocolate #643114

Color information

#643114 (or 0x643114) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 31 and 14. RGB value is (100,49,20). Sum of RGB (Red+Green+Blue) = 100+49+20=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 49 (19.53% from 255 or 28.99% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #643114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643114 is #9BCEEB. Grayscale: #3D3D3D. Windows color (decimal): -10211052 or 1323364. OLE color: 1323364.

HSL color Cylindrical-coordinate representation of color #643114: hue angle of 21.75º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #643114 is Cyan = 0, Magento = 0.51, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB1004920-
CMYK00.510.80.61
HSL21.75º66.67%23.53%-
HSV(B)21.75º80%39.22%-
XYZ6.484.961.28-
YUV60.94104.9155.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 59.17%
GREEN value IS 49 (19.53% from 255) = 28.99%
BLUE value IS 20 (8.20% from 255) = 11.83%
R=59.17%
G=28.99%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.8
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100492000.510.80.6121.7566.6723.53
Hex643114033503D164318
Octal1446124063120752610330
Binary1100100110001101000110011101000011110110110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643114; }

 p { color: rgb(100,49,20); }

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

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

 a { background-color: rgb(100,49,20); }

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

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

 span { border-color: rgb(100,49,20); }

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