Html Css Color HEX #9B6116 Golden Brown

📋 copy color: '#9B6116'

red 155 ◦ green 97 ◦ blue 22

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

Shades of Golden Brown #9B6116

Tints of Golden Brown #9B6116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 56.57%
G = 35.4%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B6116 (or 0x9B6116) is known color: Golden Brown. HEX triplet: 9B, 61 and 16. RGB value is (155,97,22). Sum of RGB (Red+Green+Blue) = 155+97+22=274 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.57% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6116 is #649EE9. Grayscale: #6A6A6A. Windows color (decimal): -6594282 or 1466779. OLE color: 1466779.

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

Color convert

RGB 155 97 22 -
CMYK 0 0.37 0.86 0.39
HSL 33.83º 0.75% 0.35% -
HSV(B) 33.83º 0.86% 0.61% -
XYZ 17.94 15.58 2.82 -
YUV 105.79 80.72 163.1 -
System Red Green Blue C M Y K H S L
Decimal 155 97 22 0 0.37 0.86 0.39 33.83 0.75 0.35
Hex 9B 61 16 0 25 56 27 22 4B 23
Octal 233 141 26 0 45 126 47 42 113 43
Binary 10011011 1100001 10110 0 100101 1010110 100111 100010 1001011 100011

Color Harmonies of #9B6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6116

Black with #9B6116

Text Example


Text Example

White with #9B6116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,22); }

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

background-color css

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

 a { background-color: rgb(155,97,22); }

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

border-color css

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

 span { border-color: rgb(155,97,22); }

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