Html Css Color HEX #9D760E Golden Brown

📋 copy color: '#9D760E'

red 157 ◦ green 118 ◦ blue 14

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

Shades of Golden Brown #9D760E

Tints of Golden Brown #9D760E

RGB

 RED value IS 157 (61.72% from 255) = 54.33%

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

 BLUE value IS 14 (5.86% from 255) = 4.84%

R = 54.33%
G = 40.83%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9D760E (or 0x9D760E) is known color: Golden Brown. HEX triplet: 9D, 76 and 0E. RGB value is (157,118,14). Sum of RGB (Red+Green+Blue) = 157+118+14=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 14 (5.86% from 255 or 4.84% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D760E is #6289F1. Grayscale: #767676. Windows color (decimal): -6457842 or 947869. OLE color: 947869.

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

Color convert

RGB 157 118 14 -
CMYK 0 0.25 0.91 0.38
HSL 43.64º 0.84% 0.34% -
HSV(B) 43.64º 0.91% 0.62% -
XYZ 20.46 20.16 3.23 -
YUV 117.81 69.42 155.96 -
System Red Green Blue C M Y K H S L
Decimal 157 118 14 0 0.25 0.91 0.38 43.64 0.84 0.34
Hex 9D 76 E 0 19 5B 26 2C 54 22
Octal 235 166 16 0 31 133 46 54 124 42
Binary 10011101 1110110 1110 0 11001 1011011 100110 101100 1010100 100010

Color Harmonies of #9D760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D760E

Black with #9D760E

Text Example


Text Example

White with #9D760E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,118,14); }

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

background-color css

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

 a { background-color: rgb(157,118,14); }

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

border-color css

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

 span { border-color: rgb(157,118,14); }

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