Html Css Color HEX #997000 Golden Brown

📋 copy color: '#997000'

red 153 ◦ green 112 ◦ blue 0

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

Shades of Golden Brown #997000

Tints of Golden Brown #997000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

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

R = 57.74%
G = 42.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997000 (or 0x997000) is known color: Golden Brown. HEX triplet: 99, 70 and 00. RGB value is (153,112,0). Sum of RGB (Red+Green+Blue) = 153+112+0=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #997000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997000 is #668FFF. Grayscale: #6F6F6F. Windows color (decimal): -6721536 or 28825. OLE color: 28825.

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

Color convert

RGB 153 112 0 -
CMYK 0 0.27 1 0.4
HSL 43.92º 1% 0.3% -
HSV(B) 43.92º 1% 0.6% -
XYZ 18.93 18.36 2.55 -
YUV 111.49 65.08 157.61 -
System Red Green Blue C M Y K H S L
Decimal 153 112 0 0 0.27 1 0.4 43.92 1 0.3
Hex 99 70 0 0 1B 64 28 2C 64 1E
Octal 231 160 0 0 33 144 50 54 144 36
Binary 10011001 1110000 0 0 11011 1100100 101000 101100 1100100 11110

Color Harmonies of #997000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997000

Black with #997000

Text Example


Text Example

White with #997000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997000; }

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

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

background-color css

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

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

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

border-color css

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

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

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