Html Css Color HEX #806060 Light Wood

📋 copy color: '#806060'

red 128 ◦ green 96 ◦ blue 96

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

Shades of Light Wood #806060

Tints of Light Wood #806060

RGB

 RED value IS 128 (50.39% from 255) = 40%

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 96 (37.89% from 255) = 30%

R = 40%
G = 30%
B = 30%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#806060 (or 0x806060) is known color: Light Wood. HEX triplet: 80, 60 and 60. RGB value is (128,96,96). Sum of RGB (Red+Green+Blue) = 128+96+96=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #806060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806060 is #7F9F9F. Grayscale: #696969. Windows color (decimal): -8363936 or 6316160. OLE color: 6316160.

HSL color Cylindrical-coordinate representation of color #806060: hue angle of 0º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #806060 is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 96 -
CMYK 0 0.25 0.25 0.50
HSL 0.14% 0.44% -
HSV(B) 0.25% 0.5% -
XYZ 15.2 13.8 12.93 -
YUV 105.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 128 96 96 0 0.25 0.25 0.50 0 0.14 0.44
Hex 80 60 60 0 19 19 32 0 E 2C
Octal 200 140 140 0 31 31 62 0 16 54
Binary 10000000 1100000 1100000 0 11001 11001 110010 0 1110 101100

Color Harmonies of #806060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806060

Black with #806060

Text Example


Text Example

White with #806060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806060; }

 p { color: rgb(128,96,96); }

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

background-color css

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

 a { background-color: rgb(128,96,96); }

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

border-color css

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

 span { border-color: rgb(128,96,96); }

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