Html Css Color HEX #9A6000 Golden Brown

📋 copy color: '#9A6000'

red 154 ◦ green 96 ◦ blue 0

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

Shades of Golden Brown #9A6000

Tints of Golden Brown #9A6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.6%
G = 38.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A6000 (or 0x9A6000) is known color: Golden Brown. HEX triplet: 9A, 60 and 00. RGB value is (154,96,0). Sum of RGB (Red+Green+Blue) = 154+96+0=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6000 is #659FFF. Grayscale: #666666. Windows color (decimal): -6660096 or 24730. OLE color: 24730.

HSL color Cylindrical-coordinate representation of color #9A6000: hue angle of 37.4º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A6000 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 96 0 -
CMYK 0 0.38 1 0.40
HSL 37.4º 1% 0.3% -
HSV(B) 37.4º 1% 0.6% -
XYZ 17.51 15.24 2.02 -
YUV 102.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 154 96 0 0 0.38 1 0.40 37.4 1 0.3
Hex 9A 60 0 0 26 64 28 25 64 1E
Octal 232 140 0 0 46 144 50 45 144 36
Binary 10011010 1100000 0 0 100110 1100100 101000 100101 1100100 11110

Color Harmonies of #9A6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6000

Black with #9A6000

Text Example


Text Example

White with #9A6000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,96,0); }

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

background-color css

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

 a { background-color: rgb(154,96,0); }

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

border-color css

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

 span { border-color: rgb(154,96,0); }

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