Html Css Color HEX #9A6818 Golden Brown

📋 copy color: '#9A6818'

red 154 ◦ green 104 ◦ blue 24

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

Shades of Golden Brown #9A6818

Tints of Golden Brown #9A6818

RGB

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

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 54.61%
G = 36.88%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A6818 (or 0x9A6818) is known color: Golden Brown. HEX triplet: 9A, 68 and 18. RGB value is (154,104,24). Sum of RGB (Red+Green+Blue) = 154+104+24=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6818 is #6597E7. Grayscale: #6E6E6E. Windows color (decimal): -6658024 or 1599642. OLE color: 1599642.

HSL color Cylindrical-coordinate representation of color #9A6818: hue angle of 36.92º degrees, saturation: 0.73, 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 #9A6818 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 104 24 -
CMYK 0 0.32 0.84 0.40
HSL 36.92º 0.73% 0.35% -
HSV(B) 36.92º 0.84% 0.6% -
XYZ 18.44 16.84 3.14 -
YUV 109.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 154 104 24 0 0.32 0.84 0.40 36.92 0.73 0.35
Hex 9A 68 18 0 20 54 28 25 49 23
Octal 232 150 30 0 40 124 50 45 111 43
Binary 10011010 1101000 11000 0 100000 1010100 101000 100101 1001001 100011

Color Harmonies of #9A6818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6818

Black with #9A6818

Text Example


Text Example

White with #9A6818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,24); }

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

background-color css

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

 a { background-color: rgb(154,104,24); }

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

border-color css

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

 span { border-color: rgb(154,104,24); }

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