Html Css Color HEX #83685F Russett

📋 copy color: '#83685F'

red 131 ◦ green 104 ◦ blue 95

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

Shades of Russett #83685F

Tints of Russett #83685F

RGB

 RED value IS 131 (51.56% from 255) = 39.7%

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 39.7%
G = 31.52%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83685F (or 0x83685F) is known color: Russett. HEX triplet: 83, 68 and 5F. RGB value is (131,104,95). Sum of RGB (Red+Green+Blue) = 131+104+95=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 131 - color contains mainly: red. Hex color #83685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83685F is #7C97A0. Grayscale: #6F6F6F. Windows color (decimal): -8165281 or 6252675. OLE color: 6252675.

HSL color Cylindrical-coordinate representation of color #83685F: hue angle of 15º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83685F is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 104 95 -
CMYK 0 0.21 0.27 0.49
HSL 15º 0.16% 0.44% -
HSV(B) 15º 0.27% 0.51% -
XYZ 16.38 15.55 12.97 -
YUV 111.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 131 104 95 0 0.21 0.27 0.49 15 0.16 0.44
Hex 83 68 5F 0 15 1B 31 F 10 2C
Octal 203 150 137 0 25 33 61 17 20 54
Binary 10000011 1101000 1011111 0 10101 11011 110001 1111 10000 101100

Color Harmonies of #83685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83685F

Black with #83685F

Text Example


Text Example

White with #83685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,104,95); }

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

background-color css

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

 a { background-color: rgb(131,104,95); }

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

border-color css

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

 span { border-color: rgb(131,104,95); }

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