#642506

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

Shades of Baker's Chocolate #642506

Tints of Baker's Chocolate #642506

Color information

#642506 (or 0x642506) is unknown color: approx Baker's Chocolate. HEX triplet: 64, 25 and 06. RGB value is (100,37,6). Sum of RGB (Red+Green+Blue) = 100+37+6=143 (18% of max value = 765). Red value is 100 (39.45% from 255 or 69.93% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 100 - color contains mainly: red. Hex color #642506 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642506 is #9BDAF9. Grayscale: #343434. Windows color (decimal): -10214138 or 402788. OLE color: 402788.

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

Color convert

RGB100376-
CMYK00.630.940.61
HSL19.79º88.68%20.78%-
HSV(B)19.79º94%39.22%-
XYZ5.954.050.64-
YUV52.3101.87162.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 69.93%
GREEN value IS 37 (14.84% from 255) = 25.87%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=69.93%
G=25.87%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal10037600.630.940.6119.7988.6820.78
Hex6425603F5E3D145915
Octal144456077136752413125
Binary11001001001011100111111101111011110110100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642506; }

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

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

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

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

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

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

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

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