Html Css Color HEX #85675C Russett

📋 copy color: '#85675C'

red 133 ◦ green 103 ◦ blue 92

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

Shades of Russett #85675C

Tints of Russett #85675C

RGB

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

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

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

R = 40.55%
G = 31.4%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85675C (or 0x85675C) is known color: Russett. HEX triplet: 85, 67 and 5C. RGB value is (133,103,92). Sum of RGB (Red+Green+Blue) = 133+103+92=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85675C is #7A98A3. Grayscale: #6E6E6E. Windows color (decimal): -8034468 or 6055813. OLE color: 6055813.

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

Color convert

RGB 133 103 92 -
CMYK 0 0.23 0.31 0.48
HSL 16.1º 0.18% 0.44% -
HSV(B) 16.1º 0.31% 0.52% -
XYZ 16.45 15.46 12.24 -
YUV 110.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 133 103 92 0 0.23 0.31 0.48 16.1 0.18 0.44
Hex 85 67 5C 0 17 1F 30 10 12 2C
Octal 205 147 134 0 27 37 60 20 22 54
Binary 10000101 1100111 1011100 0 10111 11111 110000 10000 10010 101100

Color Harmonies of #85675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85675C

Black with #85675C

Text Example


Text Example

White with #85675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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