#643415

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

Shades of Baker's Chocolate #643415

Tints of Baker's Chocolate #643415

Color information

#643415 (or 0x643415) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 34 and 15. RGB value is (100,52,21). Sum of RGB (Red+Green+Blue) = 100+52+21=173 (22% of max value = 765). Red value is 100 (39.45% from 255 or 57.80% from 173); Green value is 52 (20.70% from 255 or 30.06% from 173); Blue value is 21 (8.59% from 255 or 12.14% from 173); Max value from RGB is 100 - color contains mainly: red. Hex color #643415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643415 is #9BCBEA. Grayscale: #3E3E3E. Windows color (decimal): -10210283 or 1389668. OLE color: 1389668.

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

Color convert

RGB1005221-
CMYK00.480.790.61
HSL23.54º65.29%23.73%-
HSV(B)23.54º79%39.22%-
XYZ6.625.221.37-
YUV62.82104.4154.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 57.80%
GREEN value IS 52 (20.70% from 255) = 30.06%
BLUE value IS 21 (8.59% from 255) = 12.14%
R=57.80%
G=30.06%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100522100.480.790.6123.5465.2923.73
Hex6434150304F3D184118
Octal1446425060117753010130
Binary1100100110100101010110000100111111110111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643415; }

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

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

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

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

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

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

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

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