Html Css Color HEX #9A6A00 Golden Brown

📋 copy color: '#9A6A00'

red 154 ◦ green 106 ◦ blue 0

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

Shades of Golden Brown #9A6A00

Tints of Golden Brown #9A6A00

RGB

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

 GREEN value IS 106 (41.8% from 255) = 40.77%

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

R = 59.23%
G = 40.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A6A00 (or 0x9A6A00) is known color: Golden Brown. HEX triplet: 9A, 6A and 00. RGB value is (154,106,0). Sum of RGB (Red+Green+Blue) = 154+106+0=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6A00 is #6595FF. Grayscale: #6C6C6C. Windows color (decimal): -6657536 or 27290. OLE color: 27290.

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

Color convert

RGB 154 106 0 -
CMYK 0 0.31 1 0.40
HSL 41.3º 1% 0.3% -
HSV(B) 41.3º 1% 0.6% -
XYZ 18.48 17.18 2.34 -
YUV 108.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 154 106 0 0 0.31 1 0.40 41.3 1 0.3
Hex 9A 6A 0 0 1F 64 28 29 64 1E
Octal 232 152 0 0 37 144 50 51 144 36
Binary 10011010 1101010 0 0 11111 1100100 101000 101001 1100100 11110

Color Harmonies of #9A6A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6A00

Black with #9A6A00

Text Example


Text Example

White with #9A6A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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