Html Css Color HEX #9A6519 Golden Brown

📋 copy color: '#9A6519'

red 154 ◦ green 101 ◦ blue 25

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

Shades of Golden Brown #9A6519

Tints of Golden Brown #9A6519

RGB

 RED value IS 154 (60.55% from 255) = 55%

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

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

R = 55%
G = 36.07%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A6519 (or 0x9A6519) is known color: Golden Brown. HEX triplet: 9A, 65 and 19. RGB value is (154,101,25). Sum of RGB (Red+Green+Blue) = 154+101+25=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6519 is #659AE6. Grayscale: #6C6C6C. Windows color (decimal): -6658791 or 1664410. OLE color: 1664410.

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

Color convert

RGB 154 101 25 -
CMYK 0 0.34 0.84 0.40
HSL 35.35º 0.72% 0.35% -
HSV(B) 35.35º 0.84% 0.6% -
XYZ 18.16 16.25 3.1 -
YUV 108.18 81.06 160.68 -
System Red Green Blue C M Y K H S L
Decimal 154 101 25 0 0.34 0.84 0.40 35.35 0.72 0.35
Hex 9A 65 19 0 22 54 28 23 48 23
Octal 232 145 31 0 42 124 50 43 110 43
Binary 10011010 1100101 11001 0 100010 1010100 101000 100011 1001000 100011

Color Harmonies of #9A6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6519

Black with #9A6519

Text Example


Text Example

White with #9A6519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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