Html Css Color HEX #85645C Russett

📋 copy color: '#85645C'

red 133 ◦ green 100 ◦ blue 92

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

Shades of Russett #85645C

Tints of Russett #85645C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.31%

R = 40.92%
G = 30.77%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85645C (or 0x85645C) is known color: Russett. HEX triplet: 85, 64 and 5C. RGB value is (133,100,92). Sum of RGB (Red+Green+Blue) = 133+100+92=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85645C is #7A9BA3. Grayscale: #6D6D6D. Windows color (decimal): -8035236 or 6055045. OLE color: 6055045.

HSL color Cylindrical-coordinate representation of color #85645C: hue angle of 11.71º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85645C is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 100 92 -
CMYK 0 0.25 0.31 0.48
HSL 11.71º 0.18% 0.44% -
HSV(B) 11.71º 0.31% 0.52% -
XYZ 16.16 14.87 12.14 -
YUV 108.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 133 100 92 0 0.25 0.31 0.48 11.71 0.18 0.44
Hex 85 64 5C 0 19 1F 30 C 12 2C
Octal 205 144 134 0 31 37 60 14 22 54
Binary 10000101 1100100 1011100 0 11001 11111 110000 1100 10010 101100

Color Harmonies of #85645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85645C

Black with #85645C

Text Example


Text Example

White with #85645C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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