Html Css Color HEX #988366 Sorrell Brown

📋 copy color: '#988366'

red 152 ◦ green 131 ◦ blue 102

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

Shades of Sorrell Brown #988366

Tints of Sorrell Brown #988366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 39.48%
G = 34.03%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#988366 (or 0x988366) is known color: Sorrell Brown. HEX triplet: 98, 83 and 66. RGB value is (152,131,102). Sum of RGB (Red+Green+Blue) = 152+131+102=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #988366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988366 is #677C99. Grayscale: #868686. Windows color (decimal): -6782106 or 6718360. OLE color: 6718360.

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

Color convert

RGB 152 131 102 -
CMYK 0 0.14 0.33 0.40
HSL 34.8º 0.2% 0.5% -
HSV(B) 34.8º 0.33% 0.6% -
XYZ 23.46 23.87 15.94 -
YUV 133.97 109.96 140.86 -
System Red Green Blue C M Y K H S L
Decimal 152 131 102 0 0.14 0.33 0.40 34.8 0.2 0.5
Hex 98 83 66 0 E 21 28 23 14 32
Octal 230 203 146 0 16 41 50 43 24 62
Binary 10011000 10000011 1100110 0 1110 100001 101000 100011 10100 110010

Color Harmonies of #988366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988366

Black with #988366

Text Example


Text Example

White with #988366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988366; }

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

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

background-color css

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

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

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

border-color css

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

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

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