Html Css Color HEX #9F6911 Golden Brown

📋 copy color: '#9F6911'

red 159 ◦ green 105 ◦ blue 17

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

Shades of Golden Brown #9F6911

Tints of Golden Brown #9F6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 17 (7.03% from 255) = 6.05%

R = 56.58%
G = 37.37%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F6911 (or 0x9F6911) is known color: Golden Brown. HEX triplet: 9F, 69 and 11. RGB value is (159,105,17). Sum of RGB (Red+Green+Blue) = 159+105+17=281 (37% of max value = 765). Red value is 159 (62.5% from 255 or 56.58% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6911 is #6096EE. Grayscale: #6F6F6F. Windows color (decimal): -6330095 or 1141151. OLE color: 1141151.

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

Color convert

RGB 159 105 17 -
CMYK 0 0.34 0.89 0.38
HSL 37.18º 0.81% 0.35% -
HSV(B) 37.18º 0.89% 0.62% -
XYZ 19.45 17.51 2.89 -
YUV 111.11 74.89 162.16 -
System Red Green Blue C M Y K H S L
Decimal 159 105 17 0 0.34 0.89 0.38 37.18 0.81 0.35
Hex 9F 69 11 0 22 59 26 25 51 23
Octal 237 151 21 0 42 131 46 45 121 43
Binary 10011111 1101001 10001 0 100010 1011001 100110 100101 1010001 100011

Color Harmonies of #9F6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6911

Black with #9F6911

Text Example


Text Example

White with #9F6911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,17); }

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

background-color css

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

 a { background-color: rgb(159,105,17); }

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

border-color css

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

 span { border-color: rgb(159,105,17); }

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