#99826A

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

Shades of Sorrell Brown #99826A

Tints of Sorrell Brown #99826A

Color information

#99826A (or 0x99826A) is unknown color: approx Sorrell Brown. HEX triplet: 99, 82 and 6A. RGB value is (153,130,106). Sum of RGB (Red+Green+Blue) = 153+130+106=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 106 (41.80% from 255 or 27.25% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #99826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99826A is #667D95. Grayscale: #868686. Windows color (decimal): -6716822 or 6980249. OLE color: 6980249.

HSL color Cylindrical-coordinate representation of color #99826A: hue angle of 30.64º 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 #99826A is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB153130106-
CMYK00.150.310.4
HSL30.64º18.73%50.78%-
HSV(B)30.64º30.72%60%-
XYZ23.7223.7816.98-
YUV134.14112.12141.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.33%
GREEN value IS 130 (51.17% from 255) = 33.42%
BLUE value IS 106 (41.80% from 255) = 27.25%
R=39.33%
G=33.42%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313010600.150.310.430.6418.7350.78
Hex99826A0F1F281f1333
Octal2312021520173750372363
Binary1001100110000010110101001111111111010001111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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