Html Css Color HEX #856A5C Russett

📋 copy color: '#856A5C'

red 133 ◦ green 106 ◦ blue 92

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

Shades of Russett #856A5C

Tints of Russett #856A5C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 92 (36.33% from 255) = 27.79%

R = 40.18%
G = 32.02%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#856A5C (or 0x856A5C) is known color: Russett. HEX triplet: 85, 6A and 5C. RGB value is (133,106,92). Sum of RGB (Red+Green+Blue) = 133+106+92=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856A5C is #7A95A3. Grayscale: #707070. Windows color (decimal): -8033700 or 6056581. OLE color: 6056581.

HSL color Cylindrical-coordinate representation of color #856A5C: hue angle of 20.49º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #856A5C is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 106 92 -
CMYK 0 0.20 0.31 0.48
HSL 20.49º 0.18% 0.44% -
HSV(B) 20.49º 0.31% 0.52% -
XYZ 16.76 16.07 12.34 -
YUV 112.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 133 106 92 0 0.20 0.31 0.48 20.49 0.18 0.44
Hex 85 6A 5C 0 14 1F 30 14 12 2C
Octal 205 152 134 0 24 37 60 24 22 54
Binary 10000101 1101010 1011100 0 10100 11111 110000 10100 10010 101100

Color Harmonies of #856A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856A5C

Black with #856A5C

Text Example


Text Example

White with #856A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856A5C; }

 p { color: rgb(133,106,92); }

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

background-color css

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

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

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

border-color css

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

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

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