Html Css Color HEX #9B6516 Golden Brown

📋 copy color: '#9B6516'

red 155 ◦ green 101 ◦ blue 22

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

Shades of Golden Brown #9B6516

Tints of Golden Brown #9B6516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

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

R = 55.76%
G = 36.33%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B6516 (or 0x9B6516) is known color: Golden Brown. HEX triplet: 9B, 65 and 16. RGB value is (155,101,22). Sum of RGB (Red+Green+Blue) = 155+101+22=278 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.76% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6516 is #649AE9. Grayscale: #6C6C6C. Windows color (decimal): -6593258 or 1467803. OLE color: 1467803.

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

Color convert

RGB 155 101 22 -
CMYK 0 0.35 0.86 0.39
HSL 35.64º 0.75% 0.35% -
HSV(B) 35.64º 0.86% 0.61% -
XYZ 18.32 16.33 2.95 -
YUV 108.14 79.39 161.42 -
System Red Green Blue C M Y K H S L
Decimal 155 101 22 0 0.35 0.86 0.39 35.64 0.75 0.35
Hex 9B 65 16 0 23 56 27 24 4B 23
Octal 233 145 26 0 43 126 47 44 113 43
Binary 10011011 1100101 10110 0 100011 1010110 100111 100100 1001011 100011

Color Harmonies of #9B6516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6516

Black with #9B6516

Text Example


Text Example

White with #9B6516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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