#643315

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

Shades of Baker's Chocolate #643315

Tints of Baker's Chocolate #643315

Color information

#643315 (or 0x643315) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 33 and 15. RGB value is (100,51,21). Sum of RGB (Red+Green+Blue) = 100+51+21=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #643315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643315 is #9BCCEA. Grayscale: #3E3E3E. Windows color (decimal): -10210539 or 1389412. OLE color: 1389412.

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

Color convert

RGB1005121-
CMYK00.490.790.61
HSL22.78º65.29%23.73%-
HSV(B)22.78º79%39.22%-
XYZ6.575.131.35-
YUV62.23104.73154.94-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 21 (8.59% from 255) = 12.21%
R=58.14%
G=29.65%
B=12.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100512100.490.790.6122.7865.2923.73
Hex6433150314F3D174118
Octal1446325061117752710130
Binary1100100110011101010110001100111111110110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643315; }

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

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

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

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

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

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

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

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