Html Css Color HEX #85655A Russett

📋 copy color: '#85655A'

red 133 ◦ green 101 ◦ blue 90

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

Shades of Russett #85655A

Tints of Russett #85655A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.78%

R = 41.05%
G = 31.17%
B = 27.78%

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

#85655A (or 0x85655A) is known color: Russett. HEX triplet: 85, 65 and 5A. RGB value is (133,101,90). Sum of RGB (Red+Green+Blue) = 133+101+90=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85655A is #7A9AA5. Grayscale: #6D6D6D. Windows color (decimal): -8034982 or 5924229. OLE color: 5924229.

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

Color convert

RGB 133 101 90 -
CMYK 0 0.24 0.32 0.48
HSL 15.35º 0.19% 0.44% -
HSV(B) 15.35º 0.32% 0.52% -
XYZ 16.17 15.03 11.72 -
YUV 109.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 133 101 90 0 0.24 0.32 0.48 15.35 0.19 0.44
Hex 85 65 5A 0 18 20 30 F 13 2C
Octal 205 145 132 0 30 40 60 17 23 54
Binary 10000101 1100101 1011010 0 11000 100000 110000 1111 10011 101100

Color Harmonies of #85655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85655A

Black with #85655A

Text Example


Text Example

White with #85655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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