Html Css Color HEX #663427 Hairy Heath

📋 copy color: '#663427'

red 102 ◦ green 52 ◦ blue 39

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

Shades of Hairy Heath #663427

Tints of Hairy Heath #663427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 20.21%

R = 52.85%
G = 26.94%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.6

RGB Variations

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

Color information

#663427 (or 0x663427) is known color: Hairy Heath. HEX triplet: 66, 34 and 27. RGB value is (102,52,39). Sum of RGB (Red+Green+Blue) = 102+52+39=193 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.85% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 102 - color contains mainly: red. Hex color #663427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663427 is #99CBD8. Grayscale: #414141. Windows color (decimal): -10079193 or 2569318. OLE color: 2569318.

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

Color convert

RGB 102 52 39 -
CMYK 0 0.49 0.62 0.6
HSL 12.38º 0.45% 0.28% -
HSV(B) 12.38º 0.62% 0.4% -
XYZ 7.07 5.43 2.59 -
YUV 65.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 102 52 39 0 0.49 0.62 0.6 12.38 0.45 0.28
Hex 66 34 27 0 31 3E 3C C 2D 1C
Octal 146 64 47 0 61 76 74 14 55 34
Binary 1100110 110100 100111 0 110001 111110 111100 1100 101101 11100

Color Harmonies of #663427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663427

Black with #663427

Text Example


Text Example

White with #663427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663427; }

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

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

background-color css

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

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

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

border-color css

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

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

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