Html Css Color HEX #997400 Golden Brown

📋 copy color: '#997400'

red 153 ◦ green 116 ◦ blue 0

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

Shades of Golden Brown #997400

Tints of Golden Brown #997400

RGB

 RED value IS 153 (60.16% from 255) = 56.88%

 GREEN value IS 116 (45.7% from 255) = 43.12%

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

R = 56.88%
G = 43.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997400 (or 0x997400) is known color: Golden Brown. HEX triplet: 99, 74 and 00. RGB value is (153,116,0). Sum of RGB (Red+Green+Blue) = 153+116+0=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #997400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997400 is #668BFF. Grayscale: #727272. Windows color (decimal): -6720512 or 29849. OLE color: 29849.

HSL color Cylindrical-coordinate representation of color #997400: hue angle of 45.49º 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 #997400 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 0 -
CMYK 0 0.24 1 0.4
HSL 45.49º 1% 0.3% -
HSV(B) 45.49º 1% 0.6% -
XYZ 19.38 19.26 2.7 -
YUV 113.84 63.76 155.93 -
System Red Green Blue C M Y K H S L
Decimal 153 116 0 0 0.24 1 0.4 45.49 1 0.3
Hex 99 74 0 0 18 64 28 2D 64 1E
Octal 231 164 0 0 30 144 50 55 144 36
Binary 10011001 1110100 0 0 11000 1100100 101000 101101 1100100 11110

Color Harmonies of #997400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997400

Black with #997400

Text Example


Text Example

White with #997400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997400; }

 p { color: rgb(153,116,0); }

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

background-color css

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

 a { background-color: rgb(153,116,0); }

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

border-color css

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

 span { border-color: rgb(153,116,0); }

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