Html Css Color HEX #816261 Light Wood

📋 copy color: '#816261'

red 129 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #816261

Tints of Light Wood #816261

RGB

 RED value IS 129 (50.78% from 255) = 39.81%

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

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

R = 39.81%
G = 30.25%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#816261 (or 0x816261) is known color: Light Wood. HEX triplet: 81, 62 and 61. RGB value is (129,98,97). Sum of RGB (Red+Green+Blue) = 129+98+97=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 97 (38.28% from 255 or 29.94% from 324); Max value from RGB is 129 - color contains mainly: red. Hex color #816261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816261 is #7E9D9E. Grayscale: #6B6B6B. Windows color (decimal): -8297887 or 6382209. OLE color: 6382209.

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

Color convert

RGB 129 98 97 -
CMYK 0 0.24 0.25 0.49
HSL 1.88º 0.14% 0.44% -
HSV(B) 1.88º 0.25% 0.51% -
XYZ 15.58 14.27 13.24 -
YUV 107.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 129 98 97 0 0.24 0.25 0.49 1.88 0.14 0.44
Hex 81 62 61 0 18 19 31 2 E 2C
Octal 201 142 141 0 30 31 61 2 16 54
Binary 10000001 1100010 1100001 0 11000 11001 110001 10 1110 101100

Color Harmonies of #816261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816261

Black with #816261

Text Example


Text Example

White with #816261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816261; }

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

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

background-color css

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

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

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

border-color css

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

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

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