Html Css Color HEX #997603 Golden Brown

📋 copy color: '#997603'

red 153 ◦ green 118 ◦ blue 3

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

Shades of Golden Brown #997603

Tints of Golden Brown #997603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.09%

R = 55.84%
G = 43.07%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#997603 (or 0x997603) is known color: Golden Brown. HEX triplet: 99, 76 and 03. RGB value is (153,118,3). Sum of RGB (Red+Green+Blue) = 153+118+3=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #997603 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997603 is #6689FC. Grayscale: #737373. Windows color (decimal): -6719997 or 226969. OLE color: 226969.

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

Color convert

RGB 153 118 3 -
CMYK 0 0.23 0.98 0.4
HSL 46º 0.96% 0.31% -
HSV(B) 46º 0.98% 0.6% -
XYZ 19.63 19.74 2.86 -
YUV 115.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 153 118 3 0 0.23 0.98 0.4 46 0.96 0.31
Hex 99 76 3 0 17 62 28 2E 60 1F
Octal 231 166 3 0 27 142 50 56 140 37
Binary 10011001 1110110 11 0 10111 1100010 101000 101110 1100000 11111

Color Harmonies of #997603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997603

Black with #997603

Text Example


Text Example

White with #997603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997603; }

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

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

background-color css

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

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

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

border-color css

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

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

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