Html Css Color HEX #9E760A Golden Brown

📋 copy color: '#9E760A'

red 158 ◦ green 118 ◦ blue 10

#9E760A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9E760A

Tints of Golden Brown #9E760A

RGB

 RED value IS 158 (62.11% from 255) = 55.24%

 GREEN value IS 118 (46.48% from 255) = 41.26%

 BLUE value IS 10 (4.3% from 255) = 3.5%

R = 55.24%
G = 41.26%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9E760A (or 0x9E760A) is known color: Golden Brown. HEX triplet: 9E, 76 and 0A. RGB value is (158,118,10). Sum of RGB (Red+Green+Blue) = 158+118+10=286 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.24% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 158 - color contains mainly: red. Hex color #9E760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E760A is #6189F5. Grayscale: #767676. Windows color (decimal): -6392310 or 685726. OLE color: 685726.

HSL color Cylindrical-coordinate representation of color #9E760A: hue angle of 43.78º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E760A is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 118 10 -
CMYK 0 0.25 0.94 0.38
HSL 43.78º 0.88% 0.33% -
HSV(B) 43.78º 0.94% 0.62% -
XYZ 20.63 20.25 3.11 -
YUV 117.65 67.25 156.78 -
System Red Green Blue C M Y K H S L
Decimal 158 118 10 0 0.25 0.94 0.38 43.78 0.88 0.33
Hex 9E 76 A 0 19 5E 26 2C 58 21
Octal 236 166 12 0 31 136 46 54 130 41
Binary 10011110 1110110 1010 0 11001 1011110 100110 101100 1011000 100001

Color Harmonies of #9E760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E760A

Black with #9E760A

Text Example


Text Example

White with #9E760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,118,10); }

 H1.HeaderClassName
 {
   color: #9E760A;
 }
 .AnyTagClassName
 {
   color: #9E760A;
 }
</style>

background-color css

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

 a { background-color: rgb(158,118,10); }

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

border-color css

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

 span { border-color: rgb(158,118,10); }

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