Html Css Color HEX #81685E Russett

📋 copy color: '#81685E'

red 129 ◦ green 104 ◦ blue 94

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

Shades of Russett #81685E

Tints of Russett #81685E

RGB

 RED value IS 129 (50.78% from 255) = 39.45%

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

 BLUE value IS 94 (37.11% from 255) = 28.75%

R = 39.45%
G = 31.8%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#81685E (or 0x81685E) is known color: Russett. HEX triplet: 81, 68 and 5E. RGB value is (129,104,94). Sum of RGB (Red+Green+Blue) = 129+104+94=327 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.45% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 129 - color contains mainly: red. Hex color #81685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685E is #7E97A1. Grayscale: #6E6E6E. Windows color (decimal): -8296354 or 6187137. OLE color: 6187137.

HSL color Cylindrical-coordinate representation of color #81685E: hue angle of 17.14º 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 #81685E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 104 94 -
CMYK 0 0.19 0.27 0.49
HSL 17.14º 0.16% 0.44% -
HSV(B) 17.14º 0.27% 0.51% -
XYZ 16.02 15.38 12.71 -
YUV 110.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 129 104 94 0 0.19 0.27 0.49 17.14 0.16 0.44
Hex 81 68 5E 0 13 1B 31 11 10 2C
Octal 201 150 136 0 23 33 61 21 20 54
Binary 10000001 1101000 1011110 0 10011 11011 110001 10001 10000 101100

Color Harmonies of #81685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81685E

Black with #81685E

Text Example


Text Example

White with #81685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81685E; }

 p { color: rgb(129,104,94); }

 H1.HeaderClassName
 {
   color: #81685E;
 }
 .AnyTagClassName
 {
   color: #81685E;
 }
</style>

background-color css

<style>
 a { background-color: #81685E; }

 a { background-color: rgb(129,104,94); }

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

border-color css

<style>
 span { border-color: #81685E; }

 span { border-color: rgb(129,104,94); }

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