#663325

Color #663325 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #663325

Tints of Hairy Heath #663325

Color information

#663325 (or 0x663325) is unknown color: approx Hairy Heath. HEX triplet: 66, 33 and 25. RGB value is (102,51,37). Sum of RGB (Red+Green+Blue) = 102+51+37=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #663325 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663325 is #99CCDA. Grayscale: #404040. Windows color (decimal): -10079451 or 2437990. OLE color: 2437990.

HSL color Cylindrical-coordinate representation of color #663325: hue angle of 12.92º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #663325 is Cyan = 0, Magento = 0.5, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1025137-
CMYK00.50.640.6
HSL12.92º46.76%27.25%-
HSV(B)12.92º63.73%40%-
XYZ75.332.41-
YUV64.65112.4154.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 51 (20.31% from 255) = 26.84%
BLUE value IS 37 (14.84% from 255) = 19.47%
R=53.68%
G=26.84%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102513700.50.640.612.9246.7627.25
Hex663325032403Cd2f1b
Octal146634506210074155733
Binary110011011001110010101100101000000111100110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663325; }

 p { color: rgb(102,51,37); }

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

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

 a { background-color: rgb(102,51,37); }

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

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

 span { border-color: rgb(102,51,37); }

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