Html Css Color HEX #806261 Light Wood

📋 copy color: '#806261'

red 128 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #806261

Tints of Light Wood #806261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.34%

 BLUE value IS 97 (38.28% from 255) = 30.03%

R = 39.63%
G = 30.34%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#806261 (or 0x806261) is known color: Light Wood. HEX triplet: 80, 62 and 61. RGB value is (128,98,97). Sum of RGB (Red+Green+Blue) = 128+98+97=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #806261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806261 is #7F9D9E. Grayscale: #6A6A6A. Windows color (decimal): -8363423 or 6382208. OLE color: 6382208.

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

Color convert

RGB 128 98 97 -
CMYK 0 0.23 0.24 0.50
HSL 1.94º 0.14% 0.44% -
HSV(B) 1.94º 0.24% 0.5% -
XYZ 15.43 14.19 13.23 -
YUV 106.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 128 98 97 0 0.23 0.24 0.50 1.94 0.14 0.44
Hex 80 62 61 0 17 18 32 2 E 2C
Octal 200 142 141 0 27 30 62 2 16 54
Binary 10000000 1100010 1100001 0 10111 11000 110010 10 1110 101100

Color Harmonies of #806261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806261

Black with #806261

Text Example


Text Example

White with #806261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806261; }

 p { color: rgb(128,98,97); }

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

background-color css

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

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

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

border-color css

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

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

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