#9E680D

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

Shades of Golden Brown #9E680D

Tints of Golden Brown #9E680D

Color information

#9E680D (or 0x9E680D) is unknown color: approx Golden Brown. HEX triplet: 9E, 68 and 0D. RGB value is (158,104,13). Sum of RGB (Red+Green+Blue) = 158+104+13=275 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.45% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 158 - color contains mainly: red. Hex color #9E680D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E680D is #6197F2. Grayscale: #6E6E6E. Windows color (decimal): -6395891 or 878750. OLE color: 878750.

HSL color Cylindrical-coordinate representation of color #9E680D: hue angle of 37.66º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9E680D is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB15810413-
CMYK00.340.920.38
HSL37.66º84.8%33.53%-
HSV(B)37.66º91.77%61.96%-
XYZ19.1217.22.69-
YUV109.7773.39162.4-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 57.45%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=57.45%
G=37.82%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581041300.340.920.3837.6684.833.53
Hex9E68D0225C26265522
Octal23615015042134464612542
Binary1001111011010001101010001010111001001101001101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E680D; }

 p { color: rgb(158,104,13); }

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

<style>
 a { background-color: #9E680D; }

 a { background-color: rgb(158,104,13); }

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

<style>
 span { border-color: #9E680D; }

 span { border-color: rgb(158,104,13); }

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