Html Css Color HEX #9B6911 Golden Brown

📋 copy color: '#9B6911'

red 155 ◦ green 105 ◦ blue 17

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

Shades of Golden Brown #9B6911

Tints of Golden Brown #9B6911

RGB

 RED value IS 155 (60.94% from 255) = 55.96%

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

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

R = 55.96%
G = 37.91%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B6911 (or 0x9B6911) is known color: Golden Brown. HEX triplet: 9B, 69 and 11. RGB value is (155,105,17). Sum of RGB (Red+Green+Blue) = 155+105+17=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6911 is #6496EE. Grayscale: #6E6E6E. Windows color (decimal): -6592239 or 1141147. OLE color: 1141147.

HSL color Cylindrical-coordinate representation of color #9B6911: hue angle of 38.26º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B6911 is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 105 17 -
CMYK 0 0.32 0.89 0.39
HSL 38.26º 0.8% 0.34% -
HSV(B) 38.26º 0.89% 0.61% -
XYZ 18.67 17.11 2.85 -
YUV 109.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 155 105 17 0 0.32 0.89 0.39 38.26 0.8 0.34
Hex 9B 69 11 0 20 59 27 26 50 22
Octal 233 151 21 0 40 131 47 46 120 42
Binary 10011011 1101001 10001 0 100000 1011001 100111 100110 1010000 100010

Color Harmonies of #9B6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6911

Black with #9B6911

Text Example


Text Example

White with #9B6911

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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