Html Css Color HEX #806666 Light Wood

📋 copy color: '#806666'

red 128 ◦ green 102 ◦ blue 102

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

Shades of Light Wood #806666

Tints of Light Wood #806666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.72%

 BLUE value IS 102 (40.23% from 255) = 30.72%

R = 38.55%
G = 30.72%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#806666 (or 0x806666) is known color: Light Wood. HEX triplet: 80, 66 and 66. RGB value is (128,102,102). Sum of RGB (Red+Green+Blue) = 128+102+102=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #806666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806666 is #7F9999. Grayscale: #6D6D6D. Windows color (decimal): -8362394 or 6710912. OLE color: 6710912.

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

Color convert

RGB 128 102 102 -
CMYK 0 0.20 0.20 0.50
HSL 0.11% 0.45% -
HSV(B) 0.2% 0.5% -
XYZ 16.05 15.05 14.63 -
YUV 109.77 123.61 141 -
System Red Green Blue C M Y K H S L
Decimal 128 102 102 0 0.20 0.20 0.50 0 0.11 0.45
Hex 80 66 66 0 14 14 32 0 B 2D
Octal 200 146 146 0 24 24 62 0 13 55
Binary 10000000 1100110 1100110 0 10100 10100 110010 0 1011 101101

Color Harmonies of #806666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806666

Black with #806666

Text Example


Text Example

White with #806666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806666; }

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

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

background-color css

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

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

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

border-color css

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

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

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