#9E6800

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

Shades of Golden Brown #9E6800

Tints of Golden Brown #9E6800

Color information

#9E6800 (or 0x9E6800) is unknown color: approx Golden Brown. HEX triplet: 9E, 68 and 00. RGB value is (158,104,0). Sum of RGB (Red+Green+Blue) = 158+104+0=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6800 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6800 is #6197FF. Grayscale: #6C6C6C. Windows color (decimal): -6395904 or 26782. OLE color: 26782.

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

Color convert

RGB1581040-
CMYK00.3410.38
HSL39.49º100%30.98%-
HSV(B)39.49º100%61.96%-
XYZ19.0517.172.31-
YUV108.2966.89163.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.31%
GREEN value IS 104 (41.02% from 255) = 39.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.31%
G=39.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158104000.3410.3839.4910030.98
Hex9E680022642627641f
Octal2361500042144464714437
Binary100111101101000001000101100100100110100111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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