Html Css Color HEX #85665E Russett

📋 copy color: '#85665E'

red 133 ◦ green 102 ◦ blue 94

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

Shades of Russett #85665E

Tints of Russett #85665E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 40.43%
G = 31%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85665E (or 0x85665E) is known color: Russett. HEX triplet: 85, 66 and 5E. RGB value is (133,102,94). Sum of RGB (Red+Green+Blue) = 133+102+94=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85665E is #7A99A1. Grayscale: #6E6E6E. Windows color (decimal): -8034722 or 6186629. OLE color: 6186629.

HSL color Cylindrical-coordinate representation of color #85665E: hue angle of 12.31º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #85665E is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 102 94 -
CMYK 0 0.23 0.29 0.48
HSL 12.31º 0.17% 0.45% -
HSV(B) 12.31º 0.29% 0.52% -
XYZ 16.44 15.3 12.68 -
YUV 110.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 133 102 94 0 0.23 0.29 0.48 12.31 0.17 0.45
Hex 85 66 5E 0 17 1D 30 C 11 2D
Octal 205 146 136 0 27 35 60 14 21 55
Binary 10000101 1100110 1011110 0 10111 11101 110000 1100 10001 101101

Color Harmonies of #85665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85665E

Black with #85665E

Text Example


Text Example

White with #85665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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