Html Css Color HEX #988264 Sorrell Brown

📋 copy color: '#988264'

red 152 ◦ green 130 ◦ blue 100

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

Shades of Sorrell Brown #988264

Tints of Sorrell Brown #988264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.18%

R = 39.79%
G = 34.03%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988264 (or 0x988264) is known color: Sorrell Brown. HEX triplet: 98, 82 and 64. RGB value is (152,130,100). Sum of RGB (Red+Green+Blue) = 152+130+100=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #988264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988264 is #677D9B. Grayscale: #858585. Windows color (decimal): -6782364 or 6587032. OLE color: 6587032.

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

Color convert

RGB 152 130 100 -
CMYK 0 0.14 0.34 0.40
HSL 34.62º 0.21% 0.49% -
HSV(B) 34.62º 0.34% 0.6% -
XYZ 23.23 23.56 15.38 -
YUV 133.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 152 130 100 0 0.14 0.34 0.40 34.62 0.21 0.49
Hex 98 82 64 0 E 22 28 23 15 31
Octal 230 202 144 0 16 42 50 43 25 61
Binary 10011000 10000010 1100100 0 1110 100010 101000 100011 10101 110001

Color Harmonies of #988264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988264

Black with #988264

Text Example


Text Example

White with #988264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988264; }

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

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

background-color css

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

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

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

border-color css

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

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

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