#998264

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

Shades of Sorrell Brown #998264

Tints of Sorrell Brown #998264

Color information

#998264 (or 0x998264) is unknown color: approx Sorrell Brown. HEX triplet: 99, 82 and 64. RGB value is (153,130,100). Sum of RGB (Red+Green+Blue) = 153+130+100=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #998264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998264 is #667D9B. Grayscale: #858585. Windows color (decimal): -6716828 or 6587033. OLE color: 6587033.

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

Color convert

RGB153130100-
CMYK00.150.350.4
HSL33.96º20.95%49.61%-
HSV(B)33.96º34.64%60%-
XYZ23.4223.6615.39-
YUV133.46109.12141.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 100 (39.45% from 255) = 26.11%
R=39.95%
G=33.94%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313010000.150.350.433.9620.9549.61
Hex9982640F2328221532
Octal2312021440174350422562
Binary100110011000001011001000111110001110100010001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998264; }

 p { color: rgb(153,130,100); }

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

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

 a { background-color: rgb(153,130,100); }

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

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

 span { border-color: rgb(153,130,100); }

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