Html Css Color HEX #9B6D11 Golden Brown

📋 copy color: '#9B6D11'

red 155 ◦ green 109 ◦ blue 17

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

Shades of Golden Brown #9B6D11

Tints of Golden Brown #9B6D11

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.79%

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

R = 55.16%
G = 38.79%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B6D11 (or 0x9B6D11) is known color: Golden Brown. HEX triplet: 9B, 6D and 11. RGB value is (155,109,17). Sum of RGB (Red+Green+Blue) = 155+109+17=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 109 (42.97% from 255 or 38.79% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6D11 is #6492EE. Grayscale: #707070. Windows color (decimal): -6591215 or 1142171. OLE color: 1142171.

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

Color convert

RGB 155 109 17 -
CMYK 0 0.30 0.89 0.39
HSL 40º 0.8% 0.34% -
HSV(B) 40º 0.89% 0.61% -
XYZ 19.09 17.95 2.99 -
YUV 112.27 74.24 158.48 -
System Red Green Blue C M Y K H S L
Decimal 155 109 17 0 0.30 0.89 0.39 40 0.8 0.34
Hex 9B 6D 11 0 1E 59 27 28 50 22
Octal 233 155 21 0 36 131 47 50 120 42
Binary 10011011 1101101 10001 0 11110 1011001 100111 101000 1010000 100010

Color Harmonies of #9B6D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6D11

Black with #9B6D11

Text Example


Text Example

White with #9B6D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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