#995E0F

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

Shades of Golden Brown #995E0F

Tints of Golden Brown #995E0F

Color information

#995E0F (or 0x995E0F) is unknown color: approx Golden Brown. HEX triplet: 99, 5E and 0F. RGB value is (153,94,15). Sum of RGB (Red+Green+Blue) = 153+94+15=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #995E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995E0F is #66A1F0. Grayscale: #676767. Windows color (decimal): -6726129 or 1007257. OLE color: 1007257.

HSL color Cylindrical-coordinate representation of color #995E0F: hue angle of 34.35º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #995E0F is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB1539415-
CMYK00.390.900.4
HSL34.35º82.14%32.94%-
HSV(B)34.35º90.2%60%-
XYZ17.2314.812.4-
YUV102.6478.55163.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 15 (6.25% from 255) = 5.73%
R=58.40%
G=35.88%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153941500.390.900.434.3582.1432.94
Hex995EF0275A28225221
Octal23113617047132504212241
Binary1001100110111101111010011110110101010001000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,94,15); }

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

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

 a { background-color: rgb(153,94,15); }

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

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

 span { border-color: rgb(153,94,15); }

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