Html Css Color HEX #988063 Sorrell Brown

📋 copy color: '#988063'

red 152 ◦ green 128 ◦ blue 99

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

Shades of Sorrell Brown #988063

Tints of Sorrell Brown #988063

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 99 (39.06% from 255) = 26.12%

R = 40.11%
G = 33.77%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#988063 (or 0x988063) is known color: Sorrell Brown. HEX triplet: 98, 80 and 63. RGB value is (152,128,99). Sum of RGB (Red+Green+Blue) = 152+128+99=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #988063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988063 is #677F9C. Grayscale: #848484. Windows color (decimal): -6782877 or 6520984. OLE color: 6520984.

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

Color convert

RGB 152 128 99 -
CMYK 0 0.16 0.35 0.40
HSL 32.83º 0.21% 0.49% -
HSV(B) 32.83º 0.35% 0.6% -
XYZ 22.92 23.01 15.04 -
YUV 131.87 109.45 142.36 -
System Red Green Blue C M Y K H S L
Decimal 152 128 99 0 0.16 0.35 0.40 32.83 0.21 0.49
Hex 98 80 63 0 10 23 28 21 15 31
Octal 230 200 143 0 20 43 50 41 25 61
Binary 10011000 10000000 1100011 0 10000 100011 101000 100001 10101 110001

Color Harmonies of #988063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988063

Black with #988063

Text Example


Text Example

White with #988063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988063; }

 p { color: rgb(152,128,99); }

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

background-color css

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

 a { background-color: rgb(152,128,99); }

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

border-color css

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

 span { border-color: rgb(152,128,99); }

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