Html Css Color HEX #988266 Sorrell Brown

📋 copy color: '#988266'

red 152 ◦ green 130 ◦ blue 102

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

Shades of Sorrell Brown #988266

Tints of Sorrell Brown #988266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

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

R = 39.58%
G = 33.85%
B = 26.56%

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

#988266 (or 0x988266) is known color: Sorrell Brown. HEX triplet: 98, 82 and 66. RGB value is (152,130,102). Sum of RGB (Red+Green+Blue) = 152+130+102=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #988266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988266 is #677D99. Grayscale: #858585. Windows color (decimal): -6782362 or 6718104. OLE color: 6718104.

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

Color convert

RGB 152 130 102 -
CMYK 0 0.14 0.33 0.40
HSL 33.6º 0.2% 0.5% -
HSV(B) 33.6º 0.33% 0.6% -
XYZ 23.33 23.6 15.9 -
YUV 133.39 110.29 141.28 -
System Red Green Blue C M Y K H S L
Decimal 152 130 102 0 0.14 0.33 0.40 33.6 0.2 0.5
Hex 98 82 66 0 E 21 28 22 14 32
Octal 230 202 146 0 16 41 50 42 24 62
Binary 10011000 10000010 1100110 0 1110 100001 101000 100010 10100 110010

Color Harmonies of #988266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988266

Black with #988266

Text Example


Text Example

White with #988266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988266; }

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

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

background-color css

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

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

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

border-color css

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

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

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