Html Css Color HEX #997604 Golden Brown

📋 copy color: '#997604'

red 153 ◦ green 118 ◦ blue 4

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

Shades of Golden Brown #997604

Tints of Golden Brown #997604

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.91%

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

R = 55.64%
G = 42.91%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#997604 (or 0x997604) is known color: Golden Brown. HEX triplet: 99, 76 and 04. RGB value is (153,118,4). Sum of RGB (Red+Green+Blue) = 153+118+4=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 4 (1.95% from 255 or 1.45% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #997604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997604 is #6689FB. Grayscale: #737373. Windows color (decimal): -6719996 or 292505. OLE color: 292505.

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

Color convert

RGB 153 118 4 -
CMYK 0 0.23 0.97 0.4
HSL 45.91º 0.95% 0.31% -
HSV(B) 45.91º 0.97% 0.6% -
XYZ 19.64 19.74 2.89 -
YUV 115.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 153 118 4 0 0.23 0.97 0.4 45.91 0.95 0.31
Hex 99 76 4 0 17 61 28 2E 5F 1F
Octal 231 166 4 0 27 141 50 56 137 37
Binary 10011001 1110110 100 0 10111 1100001 101000 101110 1011111 11111

Color Harmonies of #997604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997604

Black with #997604

Text Example


Text Example

White with #997604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997604; }

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

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

background-color css

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

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

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

border-color css

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

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

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