Html Css Color HEX #997316 Golden Brown

📋 copy color: '#997316'

red 153 ◦ green 115 ◦ blue 22

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

Shades of Golden Brown #997316

Tints of Golden Brown #997316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.66%

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 52.76%
G = 39.66%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#997316 (or 0x997316) is known color: Golden Brown. HEX triplet: 99, 73 and 16. RGB value is (153,115,22). Sum of RGB (Red+Green+Blue) = 153+115+22=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #997316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997316 is #668CE9. Grayscale: #747474. Windows color (decimal): -6720746 or 1471385. OLE color: 1471385.

HSL color Cylindrical-coordinate representation of color #997316: hue angle of 42.6º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #997316 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 22 -
CMYK 0 0.25 0.86 0.4
HSL 42.6º 0.75% 0.34% -
HSV(B) 42.6º 0.86% 0.6% -
XYZ 19.41 19.09 3.42 -
YUV 115.76 75.09 154.56 -
System Red Green Blue C M Y K H S L
Decimal 153 115 22 0 0.25 0.86 0.4 42.6 0.75 0.34
Hex 99 73 16 0 19 56 28 2B 4B 22
Octal 231 163 26 0 31 126 50 53 113 42
Binary 10011001 1110011 10110 0 11001 1010110 101000 101011 1001011 100010

Color Harmonies of #997316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997316

Black with #997316

Text Example


Text Example

White with #997316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997316; }

 p { color: rgb(153,115,22); }

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

background-color css

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

 a { background-color: rgb(153,115,22); }

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

border-color css

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

 span { border-color: rgb(153,115,22); }

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