Html Css Color HEX #856261 Light Wood

📋 copy color: '#856261'

red 133 ◦ green 98 ◦ blue 97

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

Shades of Light Wood #856261

Tints of Light Wood #856261

RGB

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

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

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

R = 40.55%
G = 29.88%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#856261 (or 0x856261) is known color: Light Wood. HEX triplet: 85, 62 and 61. RGB value is (133,98,97). Sum of RGB (Red+Green+Blue) = 133+98+97=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 97 (38.28% from 255 or 29.57% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #856261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856261 is #7A9D9E. Grayscale: #6C6C6C. Windows color (decimal): -8035743 or 6382213. OLE color: 6382213.

HSL color Cylindrical-coordinate representation of color #856261: hue angle of 1.67º 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 #856261 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 97 -
CMYK 0 0.26 0.27 0.48
HSL 1.67º 0.16% 0.45% -
HSV(B) 1.67º 0.27% 0.52% -
XYZ 16.2 14.58 13.27 -
YUV 108.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 133 98 97 0 0.26 0.27 0.48 1.67 0.16 0.45
Hex 85 62 61 0 1A 1B 30 2 10 2D
Octal 205 142 141 0 32 33 60 2 20 55
Binary 10000101 1100010 1100001 0 11010 11011 110000 10 10000 101101

Color Harmonies of #856261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856261

Black with #856261

Text Example


Text Example

White with #856261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856261; }

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

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

background-color css

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

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

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

border-color css

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

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

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