Html Css Color HEX #9B5616 Golden Brown

📋 copy color: '#9B5616'

red 155 ◦ green 86 ◦ blue 22

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

Shades of Golden Brown #9B5616

Tints of Golden Brown #9B5616

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.7%

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

R = 58.94%
G = 32.7%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B5616 (or 0x9B5616) is known color: Golden Brown. HEX triplet: 9B, 56 and 16. RGB value is (155,86,22). Sum of RGB (Red+Green+Blue) = 155+86+22=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5616 is #64A9E9. Grayscale: #636363. Windows color (decimal): -6597098 or 1463963. OLE color: 1463963.

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

Color convert

RGB 155 86 22 -
CMYK 0 0.45 0.86 0.39
HSL 28.87º 0.75% 0.35% -
HSV(B) 28.87º 0.86% 0.61% -
XYZ 16.99 13.68 2.5 -
YUV 99.34 84.36 167.7 -
System Red Green Blue C M Y K H S L
Decimal 155 86 22 0 0.45 0.86 0.39 28.87 0.75 0.35
Hex 9B 56 16 0 2D 56 27 1D 4B 23
Octal 233 126 26 0 55 126 47 35 113 43
Binary 10011011 1010110 10110 0 101101 1010110 100111 11101 1001011 100011

Color Harmonies of #9B5616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5616

Black with #9B5616

Text Example


Text Example

White with #9B5616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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