Html Css Color HEX #997103 Golden Brown

📋 copy color: '#997103'

red 153 ◦ green 113 ◦ blue 3

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

Shades of Golden Brown #997103

Tints of Golden Brown #997103

RGB

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

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

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

R = 56.88%
G = 42.01%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#997103 (or 0x997103) is known color: Golden Brown. HEX triplet: 99, 71 and 03. RGB value is (153,113,3). Sum of RGB (Red+Green+Blue) = 153+113+3=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #997103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997103 is #668EFC. Grayscale: #707070. Windows color (decimal): -6721277 or 225689. OLE color: 225689.

HSL color Cylindrical-coordinate representation of color #997103: hue angle of 44º 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 #997103 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 3 -
CMYK 0 0.26 0.98 0.4
HSL 44º 0.96% 0.31% -
HSV(B) 44º 0.98% 0.6% -
XYZ 19.06 18.59 2.67 -
YUV 112.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 153 113 3 0 0.26 0.98 0.4 44 0.96 0.31
Hex 99 71 3 0 1A 62 28 2C 60 1F
Octal 231 161 3 0 32 142 50 54 140 37
Binary 10011001 1110001 11 0 11010 1100010 101000 101100 1100000 11111

Color Harmonies of #997103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997103

Black with #997103

Text Example


Text Example

White with #997103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997103; }

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

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

background-color css

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

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

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

border-color css

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

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

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