Html Css Color HEX #9A7700 Golden Brown

📋 copy color: '#9A7700'

red 154 ◦ green 119 ◦ blue 0

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

Shades of Golden Brown #9A7700

Tints of Golden Brown #9A7700

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.59%

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

R = 56.41%
G = 43.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.40

RGB Variations

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

Color information

#9A7700 (or 0x9A7700) is known color: Golden Brown. HEX triplet: 9A, 77 and 00. RGB value is (154,119,0). Sum of RGB (Red+Green+Blue) = 154+119+0=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7700 is #6588FF. Grayscale: #747474. Windows color (decimal): -6654208 or 30618. OLE color: 30618.

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

Color convert

RGB 154 119 0 -
CMYK 0 0.23 1 0.40
HSL 46.36º 1% 0.3% -
HSV(B) 46.36º 1% 0.6% -
XYZ 19.92 20.06 2.82 -
YUV 115.9 62.6 155.18 -
System Red Green Blue C M Y K H S L
Decimal 154 119 0 0 0.23 1 0.40 46.36 1 0.3
Hex 9A 77 0 0 17 64 28 2E 64 1E
Octal 232 167 0 0 27 144 50 56 144 36
Binary 10011010 1110111 0 0 10111 1100100 101000 101110 1100100 11110

Color Harmonies of #9A7700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7700

Black with #9A7700

Text Example


Text Example

White with #9A7700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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