Html Css Color HEX #633020 Hairy Heath

📋 copy color: '#633020'

red 99 ◦ green 48 ◦ blue 32

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

Shades of Hairy Heath #633020

Tints of Hairy Heath #633020

RGB

 RED value IS 99 (39.06% from 255) = 55.31%

 GREEN value IS 48 (19.14% from 255) = 26.82%

 BLUE value IS 32 (12.89% from 255) = 17.88%

R = 55.31%
G = 26.82%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.61

RGB Variations

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

Color information

#633020 (or 0x633020) is known color: Hairy Heath. HEX triplet: 63, 30 and 20. RGB value is (99,48,32). Sum of RGB (Red+Green+Blue) = 99+48+32=179 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.31% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 99 - color contains mainly: red. Hex color #633020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633020 is #9CCFDF. Grayscale: #3D3D3D. Windows color (decimal): -10276832 or 2109539. OLE color: 2109539.

HSL color Cylindrical-coordinate representation of color #633020: hue angle of 14.33º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #633020 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 32 -
CMYK 0 0.52 0.68 0.61
HSL 14.33º 0.51% 0.26% -
HSV(B) 14.33º 0.68% 0.39% -
XYZ 6.46 4.87 1.97 -
YUV 61.43 111.4 154.8 -
System Red Green Blue C M Y K H S L
Decimal 99 48 32 0 0.52 0.68 0.61 14.33 0.51 0.26
Hex 63 30 20 0 34 44 3D E 33 1A
Octal 143 60 40 0 64 104 75 16 63 32
Binary 1100011 110000 100000 0 110100 1000100 111101 1110 110011 11010

Color Harmonies of #633020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633020

Black with #633020

Text Example


Text Example

White with #633020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633020; }

 p { color: rgb(99,48,32); }

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

background-color css

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

 a { background-color: rgb(99,48,32); }

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

border-color css

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

 span { border-color: rgb(99,48,32); }

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