#998468

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

Shades of Sorrell Brown #998468

Tints of Sorrell Brown #998468

Color information

#998468 (or 0x998468) is unknown color: approx Sorrell Brown. HEX triplet: 99, 84 and 68. RGB value is (153,132,104). Sum of RGB (Red+Green+Blue) = 153+132+104=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #998468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998468 is #667B97. Grayscale: #878787. Windows color (decimal): -6716312 or 6849689. OLE color: 6849689.

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

Color convert

RGB153132104-
CMYK00.140.320.4
HSL34.29º19.37%50.39%-
HSV(B)34.29º32.03%60%-
XYZ23.8924.2716.52-
YUV135.09110.46140.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 132 (51.95% from 255) = 33.93%
BLUE value IS 104 (41.02% from 255) = 26.74%
R=39.33%
G=33.93%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313210400.140.320.434.2919.3750.39
Hex9984680E2028221332
Octal2312041500164050422362
Binary100110011000010011010000111010000010100010001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998468; }

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

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

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

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

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

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

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

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