Html Css Color HEX #9B6515 Golden Brown

📋 copy color: '#9B6515'

red 155 ◦ green 101 ◦ blue 21

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

Shades of Golden Brown #9B6515

Tints of Golden Brown #9B6515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.58%

R = 55.96%
G = 36.46%
B = 7.58%

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

#9B6515 (or 0x9B6515) is known color: Golden Brown. HEX triplet: 9B, 65 and 15. RGB value is (155,101,21). Sum of RGB (Red+Green+Blue) = 155+101+21=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6515 is #649AEA. Grayscale: #6C6C6C. Windows color (decimal): -6593259 or 1402267. OLE color: 1402267.

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

Color convert

RGB 155 101 21 -
CMYK 0 0.35 0.86 0.39
HSL 35.82º 0.76% 0.35% -
HSV(B) 35.82º 0.86% 0.61% -
XYZ 18.31 16.33 2.9 -
YUV 108.03 78.89 161.5 -
System Red Green Blue C M Y K H S L
Decimal 155 101 21 0 0.35 0.86 0.39 35.82 0.76 0.35
Hex 9B 65 15 0 23 56 27 24 4C 23
Octal 233 145 25 0 43 126 47 44 114 43
Binary 10011011 1100101 10101 0 100011 1010110 100111 100100 1001100 100011

Color Harmonies of #9B6515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6515

Black with #9B6515

Text Example


Text Example

White with #9B6515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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