#998168

Color #998168 Sorrell Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorrell Brown #998168

Tints of Sorrell Brown #998168

Color information

#998168 (or 0x998168) is unknown color: approx Sorrell Brown. HEX triplet: 99, 81 and 68. RGB value is (153,129,104). Sum of RGB (Red+Green+Blue) = 153+129+104=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #998168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998168 is #667E97. Grayscale: #858585. Windows color (decimal): -6717080 or 6848921. OLE color: 6848921.

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

Color convert

RGB153129104-
CMYK00.160.320.4
HSL30.61º19.37%50.39%-
HSV(B)30.61º32.03%60%-
XYZ23.4923.4716.39-
YUV133.33111.45142.03-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.64%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=39.64%
G=33.42%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312910400.160.320.430.6119.3750.39
Hex99816801020281f1332
Octal2312011500204050372362
Binary100110011000000111010000100001000001010001111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998168; }

 p { color: rgb(153,129,104); }

 H1.HeaderClassName
 {
   color: #998168;
 }
 .AnyTagClassName
 {
   color: #998168;
 }
</style>
background-color css

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

 a { background-color: rgb(153,129,104); }

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

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

 span { border-color: rgb(153,129,104); }

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