Html Css Color HEX #988564 Sorrell Brown

📋 copy color: '#988564'

red 152 ◦ green 133 ◦ blue 100

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

Shades of Sorrell Brown #988564

Tints of Sorrell Brown #988564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 39.48%
G = 34.55%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#988564 (or 0x988564) is known color: Sorrell Brown. HEX triplet: 98, 85 and 64. RGB value is (152,133,100). Sum of RGB (Red+Green+Blue) = 152+133+100=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 152 - color contains mainly: red. Hex color #988564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988564 is #677A9B. Grayscale: #878787. Windows color (decimal): -6781596 or 6587800. OLE color: 6587800.

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

Color convert

RGB 152 133 100 -
CMYK 0 0.13 0.34 0.40
HSL 38.08º 0.21% 0.49% -
HSV(B) 38.08º 0.34% 0.6% -
XYZ 23.64 24.37 15.51 -
YUV 134.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 152 133 100 0 0.13 0.34 0.40 38.08 0.21 0.49
Hex 98 85 64 0 D 22 28 26 15 31
Octal 230 205 144 0 15 42 50 46 25 61
Binary 10011000 10000101 1100100 0 1101 100010 101000 100110 10101 110001

Color Harmonies of #988564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988564

Black with #988564

Text Example


Text Example

White with #988564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988564; }

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

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

background-color css

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

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

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

border-color css

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

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

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