Html Css Color HEX #988164 Sorrell Brown

📋 copy color: '#988164'

red 152 ◦ green 129 ◦ blue 100

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

Shades of Sorrell Brown #988164

Tints of Sorrell Brown #988164

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

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

R = 39.9%
G = 33.86%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988164 (or 0x988164) is known color: Sorrell Brown. HEX triplet: 98, 81 and 64. RGB value is (152,129,100). Sum of RGB (Red+Green+Blue) = 152+129+100=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #988164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988164 is #677E9B. Grayscale: #848484. Windows color (decimal): -6782620 or 6586776. OLE color: 6586776.

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

Color convert

RGB 152 129 100 -
CMYK 0 0.15 0.34 0.40
HSL 33.46º 0.21% 0.49% -
HSV(B) 33.46º 0.34% 0.6% -
XYZ 23.1 23.3 15.34 -
YUV 132.57 109.62 141.86 -
System Red Green Blue C M Y K H S L
Decimal 152 129 100 0 0.15 0.34 0.40 33.46 0.21 0.49
Hex 98 81 64 0 F 22 28 21 15 31
Octal 230 201 144 0 17 42 50 41 25 61
Binary 10011000 10000001 1100100 0 1111 100010 101000 100001 10101 110001

Color Harmonies of #988164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988164

Black with #988164

Text Example


Text Example

White with #988164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988164; }

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

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

background-color css

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

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

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

border-color css

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

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

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