#663826

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

Shades of Hairy Heath #663826

Tints of Hairy Heath #663826

Color information

#663826 (or 0x663826) is unknown color: approx Hairy Heath. HEX triplet: 66, 38 and 26. RGB value is (102,56,38). Sum of RGB (Red+Green+Blue) = 102+56+38=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 56 (22.27% from 255 or 28.57% from 196); Blue value is 38 (15.23% from 255 or 19.39% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #663826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663826 is #99C7D9. Grayscale: #434343. Windows color (decimal): -10078170 or 2504806. OLE color: 2504806.

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

Color convert

RGB1025638-
CMYK00.450.630.6
HSL16.88º45.71%27.45%-
HSV(B)16.88º62.75%40%-
XYZ7.245.792.57-
YUV67.7111.24152.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 56 (22.27% from 255) = 28.57%
BLUE value IS 38 (15.23% from 255) = 19.39%
R=52.04%
G=28.57%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102563800.450.630.616.8845.7127.45
Hex66382602D3F3C112e1b
Octal14670460557774215633
Binary110011011100010011001011011111111111001000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663826; }

 p { color: rgb(102,56,38); }

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

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

 a { background-color: rgb(102,56,38); }

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

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

 span { border-color: rgb(102,56,38); }

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