Html Css Color HEX #85675E Russett

📋 copy color: '#85675E'

red 133 ◦ green 103 ◦ blue 94

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

Shades of Russett #85675E

Tints of Russett #85675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

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

R = 40.3%
G = 31.21%
B = 28.48%

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

#85675E (or 0x85675E) is known color: Russett. HEX triplet: 85, 67 and 5E. RGB value is (133,103,94). Sum of RGB (Red+Green+Blue) = 133+103+94=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85675E is #7A98A1. Grayscale: #6F6F6F. Windows color (decimal): -8034466 or 6186885. OLE color: 6186885.

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

Color convert

RGB 133 103 94 -
CMYK 0 0.23 0.29 0.48
HSL 13.85º 0.17% 0.45% -
HSV(B) 13.85º 0.29% 0.52% -
XYZ 16.54 15.5 12.71 -
YUV 110.94 118.44 143.73 -
System Red Green Blue C M Y K H S L
Decimal 133 103 94 0 0.23 0.29 0.48 13.85 0.17 0.45
Hex 85 67 5E 0 17 1D 30 E 11 2D
Octal 205 147 136 0 27 35 60 16 21 55
Binary 10000101 1100111 1011110 0 10111 11101 110000 1110 10001 101101

Color Harmonies of #85675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85675E

Black with #85675E

Text Example


Text Example

White with #85675E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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