Html Css Color HEX #85655B Russett

📋 copy color: '#85655B'

red 133 ◦ green 101 ◦ blue 91

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

Shades of Russett #85655B

Tints of Russett #85655B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28%

R = 40.92%
G = 31.08%
B = 28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85655B (or 0x85655B) is known color: Russett. HEX triplet: 85, 65 and 5B. RGB value is (133,101,91). Sum of RGB (Red+Green+Blue) = 133+101+91=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85655B is #7A9AA4. Grayscale: #6D6D6D. Windows color (decimal): -8034981 or 5989765. OLE color: 5989765.

HSL color Cylindrical-coordinate representation of color #85655B: hue angle of 14.29º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85655B is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 91 -
CMYK 0 0.24 0.32 0.48
HSL 14.29º 0.19% 0.44% -
HSV(B) 14.29º 0.32% 0.52% -
XYZ 16.21 15.05 11.95 -
YUV 109.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 133 101 91 0 0.24 0.32 0.48 14.29 0.19 0.44
Hex 85 65 5B 0 18 20 30 E 13 2C
Octal 205 145 133 0 30 40 60 16 23 54
Binary 10000101 1100101 1011011 0 11000 100000 110000 1110 10011 101100

Color Harmonies of #85655B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85655B

Black with #85655B

Text Example


Text Example

White with #85655B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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