Html Css Color HEX #997702 Golden Brown

📋 copy color: '#997702'

red 153 ◦ green 119 ◦ blue 2

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

Shades of Golden Brown #997702

Tints of Golden Brown #997702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.43%

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

R = 55.84%
G = 43.43%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#997702 (or 0x997702) is known color: Golden Brown. HEX triplet: 99, 77 and 02. RGB value is (153,119,2). Sum of RGB (Red+Green+Blue) = 153+119+2=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #997702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997702 is #6688FD. Grayscale: #747474. Windows color (decimal): -6719742 or 161689. OLE color: 161689.

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

Color convert

RGB 153 119 2 -
CMYK 0 0.22 0.99 0.4
HSL 46.49º 0.97% 0.3% -
HSV(B) 46.49º 0.99% 0.6% -
XYZ 19.74 19.97 2.87 -
YUV 115.83 63.76 154.51 -
System Red Green Blue C M Y K H S L
Decimal 153 119 2 0 0.22 0.99 0.4 46.49 0.97 0.3
Hex 99 77 2 0 16 63 28 2E 61 1E
Octal 231 167 2 0 26 143 50 56 141 36
Binary 10011001 1110111 10 0 10110 1100011 101000 101110 1100001 11110

Color Harmonies of #997702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997702

Black with #997702

Text Example


Text Example

White with #997702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997702; }

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

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

background-color css

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

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

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

border-color css

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

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

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