Html Css Color HEX #9B6C20 Golden Brown

📋 copy color: '#9B6C20'

red 155 ◦ green 108 ◦ blue 32

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

Shades of Golden Brown #9B6C20

Tints of Golden Brown #9B6C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.61%

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

R = 52.54%
G = 36.61%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B6C20 (or 0x9B6C20) is known color: Golden Brown. HEX triplet: 9B, 6C and 20. RGB value is (155,108,32). Sum of RGB (Red+Green+Blue) = 155+108+32=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 108 (42.58% from 255 or 36.61% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6C20 is #6493DF. Grayscale: #717171. Windows color (decimal): -6591456 or 2124955. OLE color: 2124955.

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

Color convert

RGB 155 108 32 -
CMYK 0 0.30 0.79 0.39
HSL 37.07º 0.66% 0.37% -
HSV(B) 37.07º 0.79% 0.61% -
XYZ 19.14 17.8 3.79 -
YUV 113.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 155 108 32 0 0.30 0.79 0.39 37.07 0.66 0.37
Hex 9B 6C 20 0 1E 4F 27 25 42 25
Octal 233 154 40 0 36 117 47 45 102 45
Binary 10011011 1101100 100000 0 11110 1001111 100111 100101 1000010 100101

Color Harmonies of #9B6C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6C20

Black with #9B6C20

Text Example


Text Example

White with #9B6C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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