Html Css Color HEX #988269 Sorrell Brown

📋 copy color: '#988269'

red 152 ◦ green 130 ◦ blue 105

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

Shades of Sorrell Brown #988269

Tints of Sorrell Brown #988269

RGB

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

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

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

R = 39.28%
G = 33.59%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#988269 (or 0x988269) is known color: Sorrell Brown. HEX triplet: 98, 82 and 69. RGB value is (152,130,105). Sum of RGB (Red+Green+Blue) = 152+130+105=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #988269 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988269 is #677D96. Grayscale: #858585. Windows color (decimal): -6782359 or 6914712. OLE color: 6914712.

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

Color convert

RGB 152 130 105 -
CMYK 0 0.14 0.31 0.40
HSL 31.91º 0.19% 0.5% -
HSV(B) 31.91º 0.31% 0.6% -
XYZ 23.48 23.66 16.69 -
YUV 133.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 152 130 105 0 0.14 0.31 0.40 31.91 0.19 0.5
Hex 98 82 69 0 E 1F 28 20 13 32
Octal 230 202 151 0 16 37 50 40 23 62
Binary 10011000 10000010 1101001 0 1110 11111 101000 100000 10011 110010

Color Harmonies of #988269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988269

Black with #988269

Text Example


Text Example

White with #988269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988269; }

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

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

background-color css

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

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

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

border-color css

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

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

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