#99816A

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

Shades of Sorrell Brown #99816A

Tints of Sorrell Brown #99816A

Color information

#99816A (or 0x99816A) is unknown color: approx Sorrell Brown. HEX triplet: 99, 81 and 6A. RGB value is (153,129,106). Sum of RGB (Red+Green+Blue) = 153+129+106=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99816A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99816A is #667E95. Grayscale: #858585. Windows color (decimal): -6717078 or 6979993. OLE color: 6979993.

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

Color convert

RGB153129106-
CMYK00.160.310.4
HSL29.36º18.73%50.78%-
HSV(B)29.36º30.72%60%-
XYZ23.5923.5116.93-
YUV133.55112.45141.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.43%
GREEN value IS 129 (50.78% from 255) = 33.25%
BLUE value IS 106 (41.80% from 255) = 27.32%
R=39.43%
G=33.25%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15312910600.160.310.429.3618.7350.78
Hex99816A0101F281d1333
Octal2312011520203750352363
Binary10011001100000011101010010000111111010001110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99816A; }

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

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

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

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

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

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

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

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