Html Css Color HEX #9B6620 Golden Brown

📋 copy color: '#9B6620'

red 155 ◦ green 102 ◦ blue 32

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

Shades of Golden Brown #9B6620

Tints of Golden Brown #9B6620

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.29%

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 53.63%
G = 35.29%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B6620 (or 0x9B6620) is known color: Golden Brown. HEX triplet: 9B, 66 and 20. RGB value is (155,102,32). Sum of RGB (Red+Green+Blue) = 155+102+32=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 102 (40.23% from 255 or 35.29% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6620 is #6499DF. Grayscale: #6E6E6E. Windows color (decimal): -6592992 or 2123419. OLE color: 2123419.

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

Color convert

RGB 155 102 32 -
CMYK 0 0.34 0.79 0.39
HSL 34.15º 0.66% 0.37% -
HSV(B) 34.15º 0.79% 0.61% -
XYZ 18.53 16.58 3.59 -
YUV 109.87 84.06 160.19 -
System Red Green Blue C M Y K H S L
Decimal 155 102 32 0 0.34 0.79 0.39 34.15 0.66 0.37
Hex 9B 66 20 0 22 4F 27 22 42 25
Octal 233 146 40 0 42 117 47 42 102 45
Binary 10011011 1100110 100000 0 100010 1001111 100111 100010 1000010 100101

Color Harmonies of #9B6620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6620

Black with #9B6620

Text Example


Text Example

White with #9B6620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,32); }

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

background-color css

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

 a { background-color: rgb(155,102,32); }

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

border-color css

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

 span { border-color: rgb(155,102,32); }

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