Html Css Color HEX #988361 Sorrell Brown

📋 copy color: '#988361'

red 152 ◦ green 131 ◦ blue 97

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

Shades of Sorrell Brown #988361

Tints of Sorrell Brown #988361

RGB

 RED value IS 152 (59.77% from 255) = 40%

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 40%
G = 34.47%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.36

 K value IS 0.40

RGB Variations

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

Color information

#988361 (or 0x988361) is known color: Sorrell Brown. HEX triplet: 98, 83 and 61. RGB value is (152,131,97). Sum of RGB (Red+Green+Blue) = 152+131+97=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #988361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988361 is #677C9E. Grayscale: #858585. Windows color (decimal): -6782111 or 6390680. OLE color: 6390680.

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

Color convert

RGB 152 131 97 -
CMYK 0 0.14 0.36 0.40
HSL 37.09º 0.22% 0.49% -
HSV(B) 37.09º 0.36% 0.6% -
XYZ 23.22 23.77 14.67 -
YUV 133.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 152 131 97 0 0.14 0.36 0.40 37.09 0.22 0.49
Hex 98 83 61 0 E 24 28 25 16 31
Octal 230 203 141 0 16 44 50 45 26 61
Binary 10011000 10000011 1100001 0 1110 100100 101000 100101 10110 110001

Color Harmonies of #988361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988361

Black with #988361

Text Example


Text Example

White with #988361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988361; }

 p { color: rgb(152,131,97); }

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

background-color css

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

 a { background-color: rgb(152,131,97); }

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

border-color css

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

 span { border-color: rgb(152,131,97); }

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