Html Css Color HEX #663429 Hairy Heath

📋 copy color: '#663429'

red 102 ◦ green 52 ◦ blue 41

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

Shades of Hairy Heath #663429

Tints of Hairy Heath #663429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 41 (16.41% from 255) = 21.03%

R = 52.31%
G = 26.67%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#663429 (or 0x663429) is known color: Hairy Heath. HEX triplet: 66, 34 and 29. RGB value is (102,52,41). Sum of RGB (Red+Green+Blue) = 102+52+41=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 41 (16.41% from 255 or 21.03% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #663429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663429 is #99CBD6. Grayscale: #414141. Windows color (decimal): -10079191 or 2700390. OLE color: 2700390.

HSL color Cylindrical-coordinate representation of color #663429: hue angle of 10.82º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #663429 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 52 41 -
CMYK 0 0.49 0.60 0.6
HSL 10.82º 0.43% 0.28% -
HSV(B) 10.82º 0.6% 0.4% -
XYZ 7.11 5.44 2.77 -
YUV 65.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 102 52 41 0 0.49 0.60 0.6 10.82 0.43 0.28
Hex 66 34 29 0 31 3C 3C B 2B 1C
Octal 146 64 51 0 61 74 74 13 53 34
Binary 1100110 110100 101001 0 110001 111100 111100 1011 101011 11100

Color Harmonies of #663429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663429

Black with #663429

Text Example


Text Example

White with #663429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663429; }

 p { color: rgb(102,52,41); }

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

background-color css

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

 a { background-color: rgb(102,52,41); }

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

border-color css

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

 span { border-color: rgb(102,52,41); }

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