Html Css Color HEX #85645A Russett

📋 copy color: '#85645A'

red 133 ◦ green 100 ◦ blue 90

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

Shades of Russett #85645A

Tints of Russett #85645A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

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

R = 41.18%
G = 30.96%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85645A (or 0x85645A) is known color: Russett. HEX triplet: 85, 64 and 5A. RGB value is (133,100,90). Sum of RGB (Red+Green+Blue) = 133+100+90=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85645A is #7A9BA5. Grayscale: #6C6C6C. Windows color (decimal): -8035238 or 5923973. OLE color: 5923973.

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

Color convert

RGB 133 100 90 -
CMYK 0 0.25 0.32 0.48
HSL 13.95º 0.19% 0.44% -
HSV(B) 13.95º 0.32% 0.52% -
XYZ 16.08 14.84 11.69 -
YUV 108.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 133 100 90 0 0.25 0.32 0.48 13.95 0.19 0.44
Hex 85 64 5A 0 19 20 30 E 13 2C
Octal 205 144 132 0 31 40 60 16 23 54
Binary 10000101 1100100 1011010 0 11001 100000 110000 1110 10011 101100

Color Harmonies of #85645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85645A

Black with #85645A

Text Example


Text Example

White with #85645A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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