#643009

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

Shades of Baker's Chocolate #643009

Tints of Baker's Chocolate #643009

Color information

#643009 (or 0x643009) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 30 and 09. RGB value is (100,48,9). Sum of RGB (Red+Green+Blue) = 100+48+9=157 (20% of max value = 765). Red value is 100 (39.45% from 255 or 63.69% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 100 - color contains mainly: red. Hex color #643009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643009 is #9BCFF6. Grayscale: #3B3B3B. Windows color (decimal): -10211319 or 602212. OLE color: 602212.

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

Color convert

RGB100489-
CMYK00.520.910.61
HSL25.71º83.49%21.37%-
HSV(B)25.71º91%39.22%-
XYZ6.364.840.86-
YUV59.199.73157.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 63.69%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 9 (3.91% from 255) = 5.73%
R=63.69%
G=30.57%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10048900.520.910.6125.7183.4921.37
Hex643090345B3D1a5315
Octal1446011064133753212325
Binary110010011000010010110100101101111110111010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643009; }

 p { color: rgb(100,48,9); }

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

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

 a { background-color: rgb(100,48,9); }

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

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

 span { border-color: rgb(100,48,9); }

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