Html Css Color HEX #673220 Hairy Heath

📋 copy color: '#673220'

red 103 ◦ green 50 ◦ blue 32

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

Shades of Hairy Heath #673220

Tints of Hairy Heath #673220

RGB

 RED value IS 103 (40.63% from 255) = 55.68%

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 55.68%
G = 27.03%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.60

RGB Variations

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

Color information

#673220 (or 0x673220) is known color: Hairy Heath. HEX triplet: 67, 32 and 20. RGB value is (103,50,32). Sum of RGB (Red+Green+Blue) = 103+50+32=185 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.68% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 103 - color contains mainly: red. Hex color #673220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673220 is #98CDDF. Grayscale: #3F3F3F. Windows color (decimal): -10014176 or 2110055. OLE color: 2110055.

HSL color Cylindrical-coordinate representation of color #673220: hue angle of 15.21º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673220 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 50 32 -
CMYK 0 0.51 0.69 0.60
HSL 15.21º 0.53% 0.26% -
HSV(B) 15.21º 0.69% 0.4% -
XYZ 6.99 5.27 2.01 -
YUV 63.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 103 50 32 0 0.51 0.69 0.60 15.21 0.53 0.26
Hex 67 32 20 0 33 45 3C F 35 1A
Octal 147 62 40 0 63 105 74 17 65 32
Binary 1100111 110010 100000 0 110011 1000101 111100 1111 110101 11010

Color Harmonies of #673220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673220

Black with #673220

Text Example


Text Example

White with #673220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673220; }

 p { color: rgb(103,50,32); }

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

background-color css

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

 a { background-color: rgb(103,50,32); }

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

border-color css

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

 span { border-color: rgb(103,50,32); }

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