Html Css Color HEX #997602 Golden Brown

📋 copy color: '#997602'

red 153 ◦ green 118 ◦ blue 2

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

Shades of Golden Brown #997602

Tints of Golden Brown #997602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

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

R = 56.04%
G = 43.22%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997602 (or 0x997602) is known color: Golden Brown. HEX triplet: 99, 76 and 02. RGB value is (153,118,2). Sum of RGB (Red+Green+Blue) = 153+118+2=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #997602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997602 is #6689FD. Grayscale: #737373. Windows color (decimal): -6719998 or 161433. OLE color: 161433.

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

Color convert

RGB 153 118 2 -
CMYK 0 0.23 0.99 0.4
HSL 46.09º 0.97% 0.3% -
HSV(B) 46.09º 0.99% 0.6% -
XYZ 19.63 19.73 2.83 -
YUV 115.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 153 118 2 0 0.23 0.99 0.4 46.09 0.97 0.3
Hex 99 76 2 0 17 63 28 2E 61 1E
Octal 231 166 2 0 27 143 50 56 141 36
Binary 10011001 1110110 10 0 10111 1100011 101000 101110 1100001 11110

Color Harmonies of #997602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997602

Black with #997602

Text Example


Text Example

White with #997602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997602; }

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

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

background-color css

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

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

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

border-color css

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

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

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