Html Css Color HEX #663325 Hairy Heath

📋 copy color: '#663325'

red 102 ◦ green 51 ◦ blue 37

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

Shades of Hairy Heath #663325

Tints of Hairy Heath #663325

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 value IS 0

 M value IS 0.5

 Y value IS 0.64

 K value IS 0.6

RGB Variations

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

Color information

#663325 (or 0x663325) is known color: 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

RGB 102 51 37 -
CMYK 0 0.5 0.64 0.6
HSL 12.92º 0.47% 0.27% -
HSV(B) 12.92º 0.64% 0.4% -
XYZ 7 5.33 2.41 -
YUV 64.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 102 51 37 0 0.5 0.64 0.6 12.92 0.47 0.27
Hex 66 33 25 0 32 40 3C D 2F 1B
Octal 146 63 45 0 62 100 74 15 57 33
Binary 1100110 110011 100101 0 110010 1000000 111100 1101 101111 11011

Color Harmonies of #663325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663325

Black with #663325

Text Example


Text Example

White with #663325

Text Example


Text Example

HTML Codes & Css Web 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>