#99815F

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

Shades of Sorrell Brown #99815F

Tints of Sorrell Brown #99815F

Color information

#99815F (or 0x99815F) is unknown color: approx Sorrell Brown. HEX triplet: 99, 81 and 5F. RGB value is (153,129,95). Sum of RGB (Red+Green+Blue) = 153+129+95=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99815F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99815F is #667EA0. Grayscale: #848484. Windows color (decimal): -6717089 or 6259097. OLE color: 6259097.

HSL color Cylindrical-coordinate representation of color #99815F: hue angle of 35.17º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99815F is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15312995-
CMYK00.160.380.4
HSL35.17º23.39%48.63%-
HSV(B)35.17º37.91%60%-
XYZ23.0523.314.11-
YUV132.3106.95142.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 129 (50.78% from 255) = 34.22%
BLUE value IS 95 (37.5% from 255) = 25.20%
R=40.58%
G=34.22%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531299500.160.380.435.1723.3948.63
Hex99815F0102628231731
Octal2312011370204650432761
Binary1001100110000001101111101000010011010100010001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99815F; }

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

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

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

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

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

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

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

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