Html Css Color HEX #998161 Sorrell Brown

📋 copy color: '#998161'

red 153 ◦ green 129 ◦ blue 97

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

Shades of Sorrell Brown #998161

Tints of Sorrell Brown #998161

RGB

 RED value IS 153 (60.16% from 255) = 40.37%

 GREEN value IS 129 (50.78% from 255) = 34.04%

 BLUE value IS 97 (38.28% from 255) = 25.59%

R = 40.37%
G = 34.04%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#998161 (or 0x998161) is known color: Sorrell Brown. HEX triplet: 99, 81 and 61. RGB value is (153,129,97). Sum of RGB (Red+Green+Blue) = 153+129+97=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 97 (38.28% from 255 or 25.59% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #998161 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998161 is #667E9E. Grayscale: #848484. Windows color (decimal): -6717087 or 6390169. OLE color: 6390169.

HSL color Cylindrical-coordinate representation of color #998161: hue angle of 34.29º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #998161 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 129 97 -
CMYK 0 0.16 0.37 0.4
HSL 34.29º 0.22% 0.49% -
HSV(B) 34.29º 0.37% 0.6% -
XYZ 23.14 23.34 14.59 -
YUV 132.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 153 129 97 0 0.16 0.37 0.4 34.29 0.22 0.49
Hex 99 81 61 0 10 25 28 22 16 31
Octal 231 201 141 0 20 45 50 42 26 61
Binary 10011001 10000001 1100001 0 10000 100101 101000 100010 10110 110001

Color Harmonies of #998161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998161

Black with #998161

Text Example


Text Example

White with #998161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998161; }

 p { color: rgb(153,129,97); }

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

background-color css

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

 a { background-color: rgb(153,129,97); }

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

border-color css

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

 span { border-color: rgb(153,129,97); }

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