Html Css Color HEX #816565 Light Wood

📋 copy color: '#816565'

red 129 ◦ green 101 ◦ blue 101

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

Shades of Light Wood #816565

Tints of Light Wood #816565

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.51%

 BLUE value IS 101 (39.84% from 255) = 30.51%

R = 38.97%
G = 30.51%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#816565 (or 0x816565) is known color: Light Wood. HEX triplet: 81, 65 and 65. RGB value is (129,101,101). Sum of RGB (Red+Green+Blue) = 129+101+101=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #816565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816565 is #7E9A9A. Grayscale: #6D6D6D. Windows color (decimal): -8297115 or 6645121. OLE color: 6645121.

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

Color convert

RGB 129 101 101 -
CMYK 0 0.22 0.22 0.49
HSL 0.12% 0.45% -
HSV(B) 0.22% 0.51% -
XYZ 16.06 14.91 14.34 -
YUV 109.37 123.28 142 -
System Red Green Blue C M Y K H S L
Decimal 129 101 101 0 0.22 0.22 0.49 0 0.12 0.45
Hex 81 65 65 0 16 16 31 0 C 2D
Octal 201 145 145 0 26 26 61 0 14 55
Binary 10000001 1100101 1100101 0 10110 10110 110001 0 1100 101101

Color Harmonies of #816565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816565

Black with #816565

Text Example


Text Example

White with #816565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816565; }

 p { color: rgb(129,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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