Html Css Color HEX #998461 Sorrell Brown

📋 copy color: '#998461'

red 153 ◦ green 132 ◦ blue 97

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

Shades of Sorrell Brown #998461

Tints of Sorrell Brown #998461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

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

R = 40.05%
G = 34.55%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#998461 (or 0x998461) is known color: Sorrell Brown. HEX triplet: 99, 84 and 61. RGB value is (153,132,97). Sum of RGB (Red+Green+Blue) = 153+132+97=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #998461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998461 is #667B9E. Grayscale: #868686. Windows color (decimal): -6716319 or 6390937. OLE color: 6390937.

HSL color Cylindrical-coordinate representation of color #998461: hue angle of 37.5º 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 #998461 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 132 97 -
CMYK 0 0.14 0.37 0.4
HSL 37.5º 0.22% 0.49% -
HSV(B) 37.5º 0.37% 0.6% -
XYZ 23.55 24.14 14.73 -
YUV 134.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 153 132 97 0 0.14 0.37 0.4 37.5 0.22 0.49
Hex 99 84 61 0 E 25 28 26 16 31
Octal 231 204 141 0 16 45 50 46 26 61
Binary 10011001 10000100 1100001 0 1110 100101 101000 100110 10110 110001

Color Harmonies of #998461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998461

Black with #998461

Text Example


Text Example

White with #998461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998461; }

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

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

background-color css

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

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

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

border-color css

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

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

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