Html Css Color HEX #997100 Golden Brown

📋 copy color: '#997100'

red 153 ◦ green 113 ◦ blue 0

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

Shades of Golden Brown #997100

Tints of Golden Brown #997100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.52%
G = 42.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997100 (or 0x997100) is known color: Golden Brown. HEX triplet: 99, 71 and 00. RGB value is (153,113,0). Sum of RGB (Red+Green+Blue) = 153+113+0=266 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.52% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 153 - color contains mainly: red. Hex color #997100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997100 is #668EFF. Grayscale: #707070. Windows color (decimal): -6721280 or 29081. OLE color: 29081.

HSL color Cylindrical-coordinate representation of color #997100: hue angle of 44.31º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #997100 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 0 -
CMYK 0 0.26 1 0.4
HSL 44.31º 1% 0.3% -
HSV(B) 44.31º 1% 0.6% -
XYZ 19.04 18.58 2.58 -
YUV 112.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 153 113 0 0 0.26 1 0.4 44.31 1 0.3
Hex 99 71 0 0 1A 64 28 2C 64 1E
Octal 231 161 0 0 32 144 50 54 144 36
Binary 10011001 1110001 0 0 11010 1100100 101000 101100 1100100 11110

Color Harmonies of #997100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997100

Black with #997100

Text Example


Text Example

White with #997100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997100; }

 p { color: rgb(153,113,0); }

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

background-color css

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

 a { background-color: rgb(153,113,0); }

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

border-color css

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

 span { border-color: rgb(153,113,0); }

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