#673220

Color #673220 Hairy Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hairy Heath #673220

Tints of Hairy Heath #673220

Color information

#673220 (or 0x673220) is unknown color: approx 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

RGB1035032-
CMYK00.510.690.60
HSL15.21º52.59%26.47%-
HSV(B)15.21º68.93%40.39%-
XYZ6.995.272.01-
YUV63.79110.06155.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 55.68%
GREEN value IS 50 (19.92% from 255) = 27.03%
BLUE value IS 32 (12.89% from 255) = 17.30%
R=55.68%
G=27.03%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103503200.510.690.6015.2152.5926.47
Hex673220033453Cf351a
Octal147624006310574176532
Binary110011111001010000001100111000101111100111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>