Html Css Color HEX #81716B Russett

📋 copy color: '#81716B'

red 129 ◦ green 113 ◦ blue 107

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

Shades of Russett #81716B

Tints of Russett #81716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.38%

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 36.96%
G = 32.38%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81716B (or 0x81716B) is known color: Russett. HEX triplet: 81, 71 and 6B. RGB value is (129,113,107). Sum of RGB (Red+Green+Blue) = 129+113+107=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 129 - color contains mainly: red. Hex color #81716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81716B is #7E8E94. Grayscale: #757575. Windows color (decimal): -8294037 or 7041409. OLE color: 7041409.

HSL color Cylindrical-coordinate representation of color #81716B: hue angle of 16.36º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81716B is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 113 107 -
CMYK 0 0.12 0.17 0.49
HSL 16.36º 0.09% 0.46% -
HSV(B) 16.36º 0.17% 0.51% -
XYZ 17.61 17.54 16.37 -
YUV 117.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 129 113 107 0 0.12 0.17 0.49 16.36 0.09 0.46
Hex 81 71 6B 0 C 11 31 10 9 2E
Octal 201 161 153 0 14 21 61 20 11 56
Binary 10000001 1110001 1101011 0 1100 10001 110001 10000 1001 101110

Color Harmonies of #81716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81716B

Black with #81716B

Text Example


Text Example

White with #81716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,113,107); }

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

background-color css

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

 a { background-color: rgb(129,113,107); }

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

border-color css

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

 span { border-color: rgb(129,113,107); }

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