#998068

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

Shades of Sorrell Brown #998068

Tints of Sorrell Brown #998068

Color information

#998068 (or 0x998068) is unknown color: approx Sorrell Brown. HEX triplet: 99, 80 and 68. RGB value is (153,128,104). Sum of RGB (Red+Green+Blue) = 153+128+104=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #998068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998068 is #667F97. Grayscale: #848484. Windows color (decimal): -6717336 or 6848665. OLE color: 6848665.

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

Color convert

RGB153128104-
CMYK00.160.320.4
HSL29.39º19.37%50.39%-
HSV(B)29.39º32.03%60%-
XYZ23.3523.2116.35-
YUV132.74111.78142.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.74%
GREEN value IS 128 (50.39% from 255) = 33.25%
BLUE value IS 104 (41.02% from 255) = 27.01%
R=39.74%
G=33.25%
B=27.01%

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
Decimal15312810400.160.320.429.3919.3750.39
Hex99806801020281d1332
Octal2312001500204050352362
Binary100110011000000011010000100001000001010001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998068; }

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

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

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

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

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

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

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

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