Html Css Color HEX #85675F Russett

📋 copy color: '#85675F'

red 133 ◦ green 103 ◦ blue 95

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

Shades of Russett #85675F

Tints of Russett #85675F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.7%

R = 40.18%
G = 31.12%
B = 28.7%

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

#85675F (or 0x85675F) is known color: Russett. HEX triplet: 85, 67 and 5F. RGB value is (133,103,95). Sum of RGB (Red+Green+Blue) = 133+103+95=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 103 (40.62% from 255 or 31.12% from 331); Blue value is 95 (37.5% from 255 or 28.70% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #85675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85675F is #7A98A0. Grayscale: #6F6F6F. Windows color (decimal): -8034465 or 6252421. OLE color: 6252421.

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

Color convert

RGB 133 103 95 -
CMYK 0 0.23 0.29 0.48
HSL 12.63º 0.17% 0.45% -
HSV(B) 12.63º 0.29% 0.52% -
XYZ 16.59 15.51 12.95 -
YUV 111.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 133 103 95 0 0.23 0.29 0.48 12.63 0.17 0.45
Hex 85 67 5F 0 17 1D 30 D 11 2D
Octal 205 147 137 0 27 35 60 15 21 55
Binary 10000101 1100111 1011111 0 10111 11101 110000 1101 10001 101101

Color Harmonies of #85675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85675F

Black with #85675F

Text Example


Text Example

White with #85675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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