Html Css Color HEX #9F6F09 Golden Brown

📋 copy color: '#9F6F09'

red 159 ◦ green 111 ◦ blue 9

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

Shades of Golden Brown #9F6F09

Tints of Golden Brown #9F6F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

 BLUE value IS 9 (3.91% from 255) = 3.23%

R = 56.99%
G = 39.78%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F6F09 (or 0x9F6F09) is known color: Golden Brown. HEX triplet: 9F, 6F and 09. RGB value is (159,111,9). Sum of RGB (Red+Green+Blue) = 159+111+9=279 (36% of max value = 765). Red value is 159 (62.5% from 255 or 56.99% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6F09 is #6090F6. Grayscale: #727272. Windows color (decimal): -6328567 or 618399. OLE color: 618399.

HSL color Cylindrical-coordinate representation of color #9F6F09: hue angle of 40.8º degrees, saturation: 0.89, 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 #9F6F09 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 111 9 -
CMYK 0 0.30 0.94 0.38
HSL 40.8º 0.89% 0.33% -
HSV(B) 40.8º 0.94% 0.62% -
XYZ 20.03 18.76 2.82 -
YUV 113.72 68.9 160.29 -
System Red Green Blue C M Y K H S L
Decimal 159 111 9 0 0.30 0.94 0.38 40.8 0.89 0.33
Hex 9F 6F 9 0 1E 5E 26 29 59 21
Octal 237 157 11 0 36 136 46 51 131 41
Binary 10011111 1101111 1001 0 11110 1011110 100110 101001 1011001 100001

Color Harmonies of #9F6F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6F09

Black with #9F6F09

Text Example


Text Example

White with #9F6F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,111,9); }

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

background-color css

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

 a { background-color: rgb(159,111,9); }

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

border-color css

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

 span { border-color: rgb(159,111,9); }

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