Html Css Color HEX #997310 Golden Brown

📋 copy color: '#997310'

red 153 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #997310

Tints of Golden Brown #997310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.63%

R = 53.87%
G = 40.49%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#997310 (or 0x997310) is known color: Golden Brown. HEX triplet: 99, 73 and 10. RGB value is (153,115,16). Sum of RGB (Red+Green+Blue) = 153+115+16=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #997310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997310 is #668CEF. Grayscale: #737373. Windows color (decimal): -6720752 or 1078169. OLE color: 1078169.

HSL color Cylindrical-coordinate representation of color #997310: hue angle of 43.36º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #997310 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 115 16 -
CMYK 0 0.25 0.90 0.4
HSL 43.36º 0.81% 0.33% -
HSV(B) 43.36º 0.9% 0.6% -
XYZ 19.36 19.07 3.15 -
YUV 115.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 153 115 16 0 0.25 0.90 0.4 43.36 0.81 0.33
Hex 99 73 10 0 19 5A 28 2B 51 21
Octal 231 163 20 0 31 132 50 53 121 41
Binary 10011001 1110011 10000 0 11001 1011010 101000 101011 1010001 100001

Color Harmonies of #997310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997310

Black with #997310

Text Example


Text Example

White with #997310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997310; }

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

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

background-color css

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

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

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

border-color css

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

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

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