Html Css Color HEX #988466 Sorrell Brown

📋 copy color: '#988466'

red 152 ◦ green 132 ◦ blue 102

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

Shades of Sorrell Brown #988466

Tints of Sorrell Brown #988466

RGB

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

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

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

R = 39.38%
G = 34.2%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#988466 (or 0x988466) is known color: Sorrell Brown. HEX triplet: 98, 84 and 66. RGB value is (152,132,102). Sum of RGB (Red+Green+Blue) = 152+132+102=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #988466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988466 is #677B99. Grayscale: #868686. Windows color (decimal): -6781850 or 6718616. OLE color: 6718616.

HSL color Cylindrical-coordinate representation of color #988466: hue angle of 36º 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 #988466 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 102 -
CMYK 0 0.13 0.33 0.40
HSL 36º 0.2% 0.5% -
HSV(B) 36º 0.33% 0.6% -
XYZ 23.6 24.14 15.99 -
YUV 134.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 152 132 102 0 0.13 0.33 0.40 36 0.2 0.5
Hex 98 84 66 0 D 21 28 24 14 32
Octal 230 204 146 0 15 41 50 44 24 62
Binary 10011000 10000100 1100110 0 1101 100001 101000 100100 10100 110010

Color Harmonies of #988466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988466

Black with #988466

Text Example


Text Example

White with #988466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988466; }

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

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

background-color css

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

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

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

border-color css

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

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

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