Html Css Color HEX #997102 Golden Brown

📋 copy color: '#997102'

red 153 ◦ green 113 ◦ blue 2

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

Shades of Golden Brown #997102

Tints of Golden Brown #997102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 57.09%
G = 42.16%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997102 (or 0x997102) is known color: Golden Brown. HEX triplet: 99, 71 and 02. RGB value is (153,113,2). Sum of RGB (Red+Green+Blue) = 153+113+2=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #997102 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997102 is #668EFD. Grayscale: #707070. Windows color (decimal): -6721278 or 160153. OLE color: 160153.

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

Color convert

RGB 153 113 2 -
CMYK 0 0.26 0.99 0.4
HSL 44.11º 0.97% 0.3% -
HSV(B) 44.11º 0.99% 0.6% -
XYZ 19.05 18.59 2.64 -
YUV 112.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 153 113 2 0 0.26 0.99 0.4 44.11 0.97 0.3
Hex 99 71 2 0 1A 63 28 2C 61 1E
Octal 231 161 2 0 32 143 50 54 141 36
Binary 10011001 1110001 10 0 11010 1100011 101000 101100 1100001 11110

Color Harmonies of #997102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997102

Black with #997102

Text Example


Text Example

White with #997102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997102; }

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

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

background-color css

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

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

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

border-color css

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

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

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