Html Css Color HEX #85655C Russett

📋 copy color: '#85655C'

red 133 ◦ green 101 ◦ blue 92

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

Shades of Russett #85655C

Tints of Russett #85655C

RGB

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

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

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

R = 40.8%
G = 30.98%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85655C (or 0x85655C) is known color: Russett. HEX triplet: 85, 65 and 5C. RGB value is (133,101,92). Sum of RGB (Red+Green+Blue) = 133+101+92=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85655C is #7A9AA3. Grayscale: #6D6D6D. Windows color (decimal): -8034980 or 6055301. OLE color: 6055301.

HSL color Cylindrical-coordinate representation of color #85655C: hue angle of 13.17º 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 #85655C is Cyan = 0, Magento = 0.24, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 92 -
CMYK 0 0.24 0.31 0.48
HSL 13.17º 0.18% 0.44% -
HSV(B) 13.17º 0.31% 0.52% -
XYZ 16.26 15.07 12.18 -
YUV 109.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 133 101 92 0 0.24 0.31 0.48 13.17 0.18 0.44
Hex 85 65 5C 0 18 1F 30 D 12 2C
Octal 205 145 134 0 30 37 60 15 22 54
Binary 10000101 1100101 1011100 0 11000 11111 110000 1101 10010 101100

Color Harmonies of #85655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85655C

Black with #85655C

Text Example


Text Example

White with #85655C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85655C; }

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

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

background-color css

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

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

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

border-color css

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

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

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