Html Css Color HEX #997104 Golden Brown

📋 copy color: '#997104'

red 153 ◦ green 113 ◦ blue 4

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

Shades of Golden Brown #997104

Tints of Golden Brown #997104

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 56.67%
G = 41.85%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#997104 (or 0x997104) is known color: Golden Brown. HEX triplet: 99, 71 and 04. RGB value is (153,113,4). Sum of RGB (Red+Green+Blue) = 153+113+4=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #997104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997104 is #668EFB. Grayscale: #717171. Windows color (decimal): -6721276 or 291225. OLE color: 291225.

HSL color Cylindrical-coordinate representation of color #997104: hue angle of 43.89º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #997104 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 4 -
CMYK 0 0.26 0.97 0.4
HSL 43.89º 0.95% 0.31% -
HSV(B) 43.89º 0.97% 0.6% -
XYZ 19.06 18.59 2.7 -
YUV 112.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 153 113 4 0 0.26 0.97 0.4 43.89 0.95 0.31
Hex 99 71 4 0 1A 61 28 2C 5F 1F
Octal 231 161 4 0 32 141 50 54 137 37
Binary 10011001 1110001 100 0 11010 1100001 101000 101100 1011111 11111

Color Harmonies of #997104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997104

Black with #997104

Text Example


Text Example

White with #997104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997104; }

 p { color: rgb(153,113,4); }

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

background-color css

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

 a { background-color: rgb(153,113,4); }

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

border-color css

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

 span { border-color: rgb(153,113,4); }

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