Html Css Color HEX #81685F Russett

📋 copy color: '#81685F'

red 129 ◦ green 104 ◦ blue 95

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

Shades of Russett #81685F

Tints of Russett #81685F

RGB

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

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

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

R = 39.33%
G = 31.71%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#81685F (or 0x81685F) is known color: Russett. HEX triplet: 81, 68 and 5F. RGB value is (129,104,95). Sum of RGB (Red+Green+Blue) = 129+104+95=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #81685F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81685F is #7E97A0. Grayscale: #6E6E6E. Windows color (decimal): -8296353 or 6252673. OLE color: 6252673.

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

Color convert

RGB 129 104 95 -
CMYK 0 0.19 0.26 0.49
HSL 15.88º 0.15% 0.44% -
HSV(B) 15.88º 0.26% 0.51% -
XYZ 16.07 15.39 12.95 -
YUV 110.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 129 104 95 0 0.19 0.26 0.49 15.88 0.15 0.44
Hex 81 68 5F 0 13 1A 31 10 F 2C
Octal 201 150 137 0 23 32 61 20 17 54
Binary 10000001 1101000 1011111 0 10011 11010 110001 10000 1111 101100

Color Harmonies of #81685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81685F

Black with #81685F

Text Example


Text Example

White with #81685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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