Html Css Color HEX #856161 Light Wood

📋 copy color: '#856161'

red 133 ◦ green 97 ◦ blue 97

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

Shades of Light Wood #856161

Tints of Light Wood #856161

RGB

 RED value IS 133 (52.34% from 255) = 40.67%

 GREEN value IS 97 (38.28% from 255) = 29.66%

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

R = 40.67%
G = 29.66%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#856161 (or 0x856161) is known color: Light Wood. HEX triplet: 85, 61 and 61. RGB value is (133,97,97). Sum of RGB (Red+Green+Blue) = 133+97+97=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856161 is #7A9E9E. Grayscale: #6B6B6B. Windows color (decimal): -8035999 or 6381957. OLE color: 6381957.

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

Color convert

RGB 133 97 97 -
CMYK 0 0.27 0.27 0.48
HSL 0.16% 0.45% -
HSV(B) 0.27% 0.52% -
XYZ 16.11 14.4 13.24 -
YUV 107.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 133 97 97 0 0.27 0.27 0.48 0 0.16 0.45
Hex 85 61 61 0 1B 1B 30 0 10 2D
Octal 205 141 141 0 33 33 60 0 20 55
Binary 10000101 1100001 1100001 0 11011 11011 110000 0 10000 101101

Color Harmonies of #856161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856161

Black with #856161

Text Example


Text Example

White with #856161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856161; }

 p { color: rgb(133,97,97); }

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

background-color css

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

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

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

border-color css

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

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

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