#642509

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

Shades of Baker's Chocolate #642509

Tints of Baker's Chocolate #642509

Color information

#642509 (or 0x642509) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 25 and 09. RGB value is (100,37,9). Sum of RGB (Red+Green+Blue) = 100+37+9=146 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.49% from 146); Green value is 37 (14.84% from 255 or 25.34% from 146); Blue value is 9 (3.91% from 255 or 6.16% from 146); Max value from RGB is 100 - color contains mainly: red. Hex color #642509 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642509 is #9BDAF6. Grayscale: #343434. Windows color (decimal): -10214135 or 599396. OLE color: 599396.

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

Color convert

RGB100379-
CMYK00.630.910.61
HSL18.46º83.49%21.37%-
HSV(B)18.46º91%39.22%-
XYZ5.974.050.73-
YUV52.64103.37161.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 68.49%
GREEN value IS 37 (14.84% from 255) = 25.34%
BLUE value IS 9 (3.91% from 255) = 6.16%
R=68.49%
G=25.34%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.91
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10037900.630.910.6118.4683.4921.37
Hex6425903F5B3D125315
Octal1444511077133752212325
Binary110010010010110010111111101101111110110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642509; }

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

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

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

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

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

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

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

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