Html Css Color HEX #663525 Hairy Heath

📋 copy color: '#663525'

red 102 ◦ green 53 ◦ blue 37

#663525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hairy Heath #663525

Tints of Hairy Heath #663525

RGB

 RED value IS 102 (40.23% from 255) = 53.13%

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 37 (14.84% from 255) = 19.27%

R = 53.13%
G = 27.6%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#663525 (or 0x663525) is known color: Hairy Heath. HEX triplet: 66, 35 and 25. RGB value is (102,53,37). Sum of RGB (Red+Green+Blue) = 102+53+37=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #663525 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663525 is #99CADA. Grayscale: #414141. Windows color (decimal): -10078939 or 2438502. OLE color: 2438502.

HSL color Cylindrical-coordinate representation of color #663525: hue angle of 14.77º 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 #663525 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 37 -
CMYK 0 0.48 0.64 0.6
HSL 14.77º 0.47% 0.27% -
HSV(B) 14.77º 0.64% 0.4% -
XYZ 7.09 5.5 2.44 -
YUV 65.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 102 53 37 0 0.48 0.64 0.6 14.77 0.47 0.27
Hex 66 35 25 0 30 40 3C F 2F 1B
Octal 146 65 45 0 60 100 74 17 57 33
Binary 1100110 110101 100101 0 110000 1000000 111100 1111 101111 11011

Color Harmonies of #663525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663525

Black with #663525

Text Example


Text Example

White with #663525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663525; }

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

 H1.HeaderClassName
 {
   color: #663525;
 }
 .AnyTagClassName
 {
   color: #663525;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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