Html Css Color HEX #9A6418 Golden Brown

📋 copy color: '#9A6418'

red 154 ◦ green 100 ◦ blue 24

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

Shades of Golden Brown #9A6418

Tints of Golden Brown #9A6418

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.97%

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

R = 55.4%
G = 35.97%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A6418 (or 0x9A6418) is known color: Golden Brown. HEX triplet: 9A, 64 and 18. RGB value is (154,100,24). Sum of RGB (Red+Green+Blue) = 154+100+24=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6418 is #659BE7. Grayscale: #6B6B6B. Windows color (decimal): -6659048 or 1598618. OLE color: 1598618.

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

Color convert

RGB 154 100 24 -
CMYK 0 0.35 0.84 0.40
HSL 35.08º 0.73% 0.35% -
HSV(B) 35.08º 0.84% 0.6% -
XYZ 18.05 16.05 3.01 -
YUV 107.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 154 100 24 0 0.35 0.84 0.40 35.08 0.73 0.35
Hex 9A 64 18 0 23 54 28 23 49 23
Octal 232 144 30 0 43 124 50 43 111 43
Binary 10011010 1100100 11000 0 100011 1010100 101000 100011 1001001 100011

Color Harmonies of #9A6418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6418

Black with #9A6418

Text Example


Text Example

White with #9A6418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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