#643615

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

Shades of Baker's Chocolate #643615

Tints of Baker's Chocolate #643615

Color information

#643615 (or 0x643615) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 36 and 15. RGB value is (100,54,21). Sum of RGB (Red+Green+Blue) = 100+54+21=175 (23% of max value = 765). Red value is 100 (39.45% from 255 or 57.14% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 100 - color contains mainly: red. Hex color #643615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643615 is #9BC9EA. Grayscale: #404040. Windows color (decimal): -10209771 or 1390180. OLE color: 1390180.

HSL color Cylindrical-coordinate representation of color #643615: hue angle of 25.06º 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 #643615 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB1005421-
CMYK00.460.790.61
HSL25.06º65.29%23.73%-
HSV(B)25.06º79%39.22%-
XYZ6.715.41.4-
YUV63.99103.74153.68-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.14%
GREEN value IS 54 (21.48% from 255) = 30.86%
BLUE value IS 21 (8.59% from 255) = 12%
R=57.14%
G=30.86%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100542100.460.790.6125.0665.2923.73
Hex64361502E4F3D194118
Octal1446625056117753110130
Binary1100100110110101010101110100111111110111001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643615; }

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

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

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

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

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

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

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

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