Html Css Color HEX #9B6920 Golden Brown

📋 copy color: '#9B6920'

red 155 ◦ green 105 ◦ blue 32

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

Shades of Golden Brown #9B6920

Tints of Golden Brown #9B6920

RGB

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

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

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

R = 53.08%
G = 35.96%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B6920 (or 0x9B6920) is known color: Golden Brown. HEX triplet: 9B, 69 and 20. RGB value is (155,105,32). Sum of RGB (Red+Green+Blue) = 155+105+32=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6920 is #6496DF. Grayscale: #6F6F6F. Windows color (decimal): -6592224 or 2124187. OLE color: 2124187.

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

Color convert

RGB 155 105 32 -
CMYK 0 0.32 0.79 0.39
HSL 35.61º 0.66% 0.37% -
HSV(B) 35.61º 0.79% 0.61% -
XYZ 18.83 17.18 3.69 -
YUV 111.63 83.07 158.94 -
System Red Green Blue C M Y K H S L
Decimal 155 105 32 0 0.32 0.79 0.39 35.61 0.66 0.37
Hex 9B 69 20 0 20 4F 27 24 42 25
Octal 233 151 40 0 40 117 47 44 102 45
Binary 10011011 1101001 100000 0 100000 1001111 100111 100100 1000010 100101

Color Harmonies of #9B6920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6920

Black with #9B6920

Text Example


Text Example

White with #9B6920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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