Html Css Color HEX #997411 Golden Brown

📋 copy color: '#997411'

red 153 ◦ green 116 ◦ blue 17

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

Shades of Golden Brown #997411

Tints of Golden Brown #997411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.94%

R = 53.5%
G = 40.56%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.4

RGB Variations

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

Color information

#997411 (or 0x997411) is known color: Golden Brown. HEX triplet: 99, 74 and 11. RGB value is (153,116,17). Sum of RGB (Red+Green+Blue) = 153+116+17=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 116 (45.70% from 255 or 40.56% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997411 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997411 is #668BEE. Grayscale: #747474. Windows color (decimal): -6720495 or 1143961. OLE color: 1143961.

HSL color Cylindrical-coordinate representation of color #997411: hue angle of 43.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #997411 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 116 17 -
CMYK 0 0.24 0.89 0.4
HSL 43.68º 0.8% 0.33% -
HSV(B) 43.68º 0.89% 0.6% -
XYZ 19.48 19.3 3.23 -
YUV 115.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 153 116 17 0 0.24 0.89 0.4 43.68 0.8 0.33
Hex 99 74 11 0 18 59 28 2C 50 21
Octal 231 164 21 0 30 131 50 54 120 41
Binary 10011001 1110100 10001 0 11000 1011001 101000 101100 1010000 100001

Color Harmonies of #997411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997411

Black with #997411

Text Example


Text Example

White with #997411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997411; }

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

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

background-color css

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

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

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

border-color css

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

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

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