Html Css Color HEX #9F7600 Golden Brown

📋 copy color: '#9F7600'

red 159 ◦ green 118 ◦ blue 0

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

Shades of Golden Brown #9F7600

Tints of Golden Brown #9F7600

RGB

 RED value IS 159 (62.5% from 255) = 57.4%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.4%
G = 42.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F7600 (or 0x9F7600) is known color: Golden Brown. HEX triplet: 9F, 76 and 00. RGB value is (159,118,0). Sum of RGB (Red+Green+Blue) = 159+118+0=277 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.40% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7600 is #6089FF. Grayscale: #757575. Windows color (decimal): -6326784 or 30367. OLE color: 30367.

HSL color Cylindrical-coordinate representation of color #9F7600: hue angle of 44.53º 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 #9F7600 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 118 0 -
CMYK 0 0.26 1 0.38
HSL 44.53º 1% 0.31% -
HSV(B) 44.53º 1% 0.62% -
XYZ 20.78 20.33 2.83 -
YUV 116.81 62.08 158.09 -
System Red Green Blue C M Y K H S L
Decimal 159 118 0 0 0.26 1 0.38 44.53 1 0.31
Hex 9F 76 0 0 1A 64 26 2D 64 1F
Octal 237 166 0 0 32 144 46 55 144 37
Binary 10011111 1110110 0 0 11010 1100100 100110 101101 1100100 11111

Color Harmonies of #9F7600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7600

Black with #9F7600

Text Example


Text Example

White with #9F7600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,118,0); }

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

background-color css

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

 a { background-color: rgb(159,118,0); }

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

border-color css

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

 span { border-color: rgb(159,118,0); }

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