Html Css Color HEX #856260 Light Wood

📋 copy color: '#856260'

red 133 ◦ green 98 ◦ blue 96

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

Shades of Light Wood #856260

Tints of Light Wood #856260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 40.67%
G = 29.97%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#856260 (or 0x856260) is known color: Light Wood. HEX triplet: 85, 62 and 60. RGB value is (133,98,96). Sum of RGB (Red+Green+Blue) = 133+98+96=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #856260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856260 is #7A9D9F. Grayscale: #6C6C6C. Windows color (decimal): -8035744 or 6316677. OLE color: 6316677.

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

Color convert

RGB 133 98 96 -
CMYK 0 0.26 0.28 0.48
HSL 3.24º 0.16% 0.45% -
HSV(B) 3.24º 0.28% 0.52% -
XYZ 16.15 14.57 13.03 -
YUV 108.24 121.1 145.66 -
System Red Green Blue C M Y K H S L
Decimal 133 98 96 0 0.26 0.28 0.48 3.24 0.16 0.45
Hex 85 62 60 0 1A 1C 30 3 10 2D
Octal 205 142 140 0 32 34 60 3 20 55
Binary 10000101 1100010 1100000 0 11010 11100 110000 11 10000 101101

Color Harmonies of #856260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856260

Black with #856260

Text Example


Text Example

White with #856260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856260; }

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

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

background-color css

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

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

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

border-color css

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

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

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