#995C15

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

Shades of Golden Brown #995C15

Tints of Golden Brown #995C15

Color information

#995C15 (or 0x995C15) is unknown color: approx Golden Brown. HEX triplet: 99, 5C and 15. RGB value is (153,92,21). Sum of RGB (Red+Green+Blue) = 153+92+21=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #995C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C15 is #66A3EA. Grayscale: #666666. Windows color (decimal): -6726635 or 1399961. OLE color: 1399961.

HSL color Cylindrical-coordinate representation of color #995C15: hue angle of 32.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #995C15 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB1539221-
CMYK00.400.860.4
HSL32.27º75.86%34.12%-
HSV(B)32.27º86.27%60%-
XYZ17.114.482.6-
YUV102.1582.21164.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.52%
GREEN value IS 92 (36.33% from 255) = 34.59%
BLUE value IS 21 (8.59% from 255) = 7.89%
R=57.52%
G=34.59%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153922100.400.860.432.2775.8634.12
Hex995C150285628204c22
Octal23113425050126504011442
Binary10011001101110010101010100010101101010001000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C15; }

 p { color: rgb(153,92,21); }

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

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

 a { background-color: rgb(153,92,21); }

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

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

 span { border-color: rgb(153,92,21); }

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