Html Css Color HEX #9B6519 Golden Brown

📋 copy color: '#9B6519'

red 155 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #9B6519

Tints of Golden Brown #9B6519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 55.16%
G = 35.94%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B6519 (or 0x9B6519) is known color: Golden Brown. HEX triplet: 9B, 65 and 19. RGB value is (155,101,25). Sum of RGB (Red+Green+Blue) = 155+101+25=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6519 is #649AE6. Grayscale: #6C6C6C. Windows color (decimal): -6593255 or 1664411. OLE color: 1664411.

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

Color convert

RGB 155 101 25 -
CMYK 0 0.35 0.84 0.39
HSL 35.08º 0.72% 0.35% -
HSV(B) 35.08º 0.84% 0.61% -
XYZ 18.35 16.35 3.11 -
YUV 108.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 155 101 25 0 0.35 0.84 0.39 35.08 0.72 0.35
Hex 9B 65 19 0 23 54 27 23 48 23
Octal 233 145 31 0 43 124 47 43 110 43
Binary 10011011 1100101 11001 0 100011 1010100 100111 100011 1001000 100011

Color Harmonies of #9B6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6519

Black with #9B6519

Text Example


Text Example

White with #9B6519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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