Html Css Color HEX #85665B Russett

📋 copy color: '#85665B'

red 133 ◦ green 102 ◦ blue 91

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

Shades of Russett #85665B

Tints of Russett #85665B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.29%

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

R = 40.8%
G = 31.29%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85665B (or 0x85665B) is known color: Russett. HEX triplet: 85, 66 and 5B. RGB value is (133,102,91). Sum of RGB (Red+Green+Blue) = 133+102+91=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 91 (35.94% from 255 or 27.91% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85665B is #7A99A4. Grayscale: #6E6E6E. Windows color (decimal): -8034725 or 5990021. OLE color: 5990021.

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

Color convert

RGB 133 102 91 -
CMYK 0 0.23 0.32 0.48
HSL 15.71º 0.19% 0.44% -
HSV(B) 15.71º 0.32% 0.52% -
XYZ 16.31 15.24 11.98 -
YUV 110.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 133 102 91 0 0.23 0.32 0.48 15.71 0.19 0.44
Hex 85 66 5B 0 17 20 30 10 13 2C
Octal 205 146 133 0 27 40 60 20 23 54
Binary 10000101 1100110 1011011 0 10111 100000 110000 10000 10011 101100

Color Harmonies of #85665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85665B

Black with #85665B

Text Example


Text Example

White with #85665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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