#643306

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

Shades of Baker's Chocolate #643306

Tints of Baker's Chocolate #643306

Color information

#643306 (or 0x643306) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 33 and 06. RGB value is (100,51,6). Sum of RGB (Red+Green+Blue) = 100+51+6=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 6 (2.73% from 255 or 3.82% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #643306 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643306 is #9BCCF9. Grayscale: #3C3C3C. Windows color (decimal): -10210554 or 406372. OLE color: 406372.

HSL color Cylindrical-coordinate representation of color #643306: hue angle of 28.72º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #643306 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.61.

Color convert

RGB100516-
CMYK00.490.940.61
HSL28.72º88.68%20.78%-
HSV(B)28.72º94%39.22%-
XYZ6.475.090.81-
YUV60.5297.23156.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.69%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 6 (2.73% from 255) = 3.82%
R=63.69%
G=32.48%
B=3.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10051600.490.940.6128.7288.6820.78
Hex643360315E3D1d5915
Octal144636061136753513125
Binary11001001100111100110001101111011110111101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643306; }

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

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

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

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

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

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

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

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