Html Css Color HEX #997705 Golden Brown

📋 copy color: '#997705'

red 153 ◦ green 119 ◦ blue 5

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

Shades of Golden Brown #997705

Tints of Golden Brown #997705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.81%

R = 55.23%
G = 42.96%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.4

RGB Variations

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

Color information

#997705 (or 0x997705) is known color: Golden Brown. HEX triplet: 99, 77 and 05. RGB value is (153,119,5). Sum of RGB (Red+Green+Blue) = 153+119+5=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #997705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997705 is #6688FA. Grayscale: #747474. Windows color (decimal): -6719739 or 358297. OLE color: 358297.

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

Color convert

RGB 153 119 5 -
CMYK 0 0.22 0.97 0.4
HSL 46.22º 0.94% 0.31% -
HSV(B) 46.22º 0.97% 0.6% -
XYZ 19.76 19.98 2.96 -
YUV 116.17 65.26 154.27 -
System Red Green Blue C M Y K H S L
Decimal 153 119 5 0 0.22 0.97 0.4 46.22 0.94 0.31
Hex 99 77 5 0 16 61 28 2E 5E 1F
Octal 231 167 5 0 26 141 50 56 136 37
Binary 10011001 1110111 101 0 10110 1100001 101000 101110 1011110 11111

Color Harmonies of #997705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997705

Black with #997705

Text Example


Text Example

White with #997705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997705; }

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

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

background-color css

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

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

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

border-color css

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

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

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