Html Css Color HEX #85675B Russett

📋 copy color: '#85675B'

red 133 ◦ green 103 ◦ blue 91

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

Shades of Russett #85675B

Tints of Russett #85675B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 40.67%
G = 31.5%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#85675B (or 0x85675B) is known color: Russett. HEX triplet: 85, 67 and 5B. RGB value is (133,103,91). Sum of RGB (Red+Green+Blue) = 133+103+91=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85675B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85675B is #7A98A4. Grayscale: #6E6E6E. Windows color (decimal): -8034469 or 5990277. OLE color: 5990277.

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

Color convert

RGB 133 103 91 -
CMYK 0 0.23 0.32 0.48
HSL 17.14º 0.19% 0.44% -
HSV(B) 17.14º 0.32% 0.52% -
XYZ 16.41 15.44 12.01 -
YUV 110.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 133 103 91 0 0.23 0.32 0.48 17.14 0.19 0.44
Hex 85 67 5B 0 17 20 30 11 13 2C
Octal 205 147 133 0 27 40 60 21 23 54
Binary 10000101 1100111 1011011 0 10111 100000 110000 10001 10011 101100

Color Harmonies of #85675B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85675B

Black with #85675B

Text Example


Text Example

White with #85675B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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