Html Css Color HEX #988469 Sorrell Brown

📋 copy color: '#988469'

red 152 ◦ green 132 ◦ blue 105

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

Shades of Sorrell Brown #988469

Tints of Sorrell Brown #988469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.99%

R = 39.07%
G = 33.93%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#988469 (or 0x988469) is known color: Sorrell Brown. HEX triplet: 98, 84 and 69. RGB value is (152,132,105). Sum of RGB (Red+Green+Blue) = 152+132+105=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #988469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988469 is #677B96. Grayscale: #878787. Windows color (decimal): -6781847 or 6915224. OLE color: 6915224.

HSL color Cylindrical-coordinate representation of color #988469: hue angle of 34.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #988469 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 105 -
CMYK 0 0.13 0.31 0.40
HSL 34.47º 0.19% 0.5% -
HSV(B) 34.47º 0.31% 0.6% -
XYZ 23.75 24.2 16.78 -
YUV 134.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 152 132 105 0 0.13 0.31 0.40 34.47 0.19 0.5
Hex 98 84 69 0 D 1F 28 22 13 32
Octal 230 204 151 0 15 37 50 42 23 62
Binary 10011000 10000100 1101001 0 1101 11111 101000 100010 10011 110010

Color Harmonies of #988469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988469

Black with #988469

Text Example


Text Example

White with #988469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988469; }

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

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

background-color css

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

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

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

border-color css

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

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

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