Html Css Color HEX #988360 Sorrell Brown

📋 copy color: '#988360'

red 152 ◦ green 131 ◦ blue 96

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

Shades of Sorrell Brown #988360

Tints of Sorrell Brown #988360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 25.33%

R = 40.11%
G = 34.56%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#988360 (or 0x988360) is known color: Sorrell Brown. HEX triplet: 98, 83 and 60. RGB value is (152,131,96). Sum of RGB (Red+Green+Blue) = 152+131+96=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988360 is #677C9F. Grayscale: #858585. Windows color (decimal): -6782112 or 6325144. OLE color: 6325144.

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

Color convert

RGB 152 131 96 -
CMYK 0 0.14 0.37 0.40
HSL 37.5º 0.23% 0.49% -
HSV(B) 37.5º 0.37% 0.6% -
XYZ 23.18 23.75 14.43 -
YUV 133.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 152 131 96 0 0.14 0.37 0.40 37.5 0.23 0.49
Hex 98 83 60 0 E 25 28 26 17 31
Octal 230 203 140 0 16 45 50 46 27 61
Binary 10011000 10000011 1100000 0 1110 100101 101000 100110 10111 110001

Color Harmonies of #988360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988360

Black with #988360

Text Example


Text Example

White with #988360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988360; }

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

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

background-color css

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

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

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

border-color css

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

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

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