Html Css Color HEX #997606 Golden Brown

📋 copy color: '#997606'

red 153 ◦ green 118 ◦ blue 6

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

Shades of Golden Brown #997606

Tints of Golden Brown #997606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 55.23%
G = 42.6%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#997606 (or 0x997606) is known color: Golden Brown. HEX triplet: 99, 76 and 06. RGB value is (153,118,6). Sum of RGB (Red+Green+Blue) = 153+118+6=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #997606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997606 is #6689F9. Grayscale: #747474. Windows color (decimal): -6719994 or 423577. OLE color: 423577.

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

Color convert

RGB 153 118 6 -
CMYK 0 0.23 0.96 0.4
HSL 45.71º 0.92% 0.31% -
HSV(B) 45.71º 0.96% 0.6% -
XYZ 19.65 19.74 2.95 -
YUV 115.7 66.1 154.61 -
System Red Green Blue C M Y K H S L
Decimal 153 118 6 0 0.23 0.96 0.4 45.71 0.92 0.31
Hex 99 76 6 0 17 60 28 2E 5C 1F
Octal 231 166 6 0 27 140 50 56 134 37
Binary 10011001 1110110 110 0 10111 1100000 101000 101110 1011100 11111

Color Harmonies of #997606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997606

Black with #997606

Text Example


Text Example

White with #997606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997606; }

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

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

background-color css

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

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

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

border-color css

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

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

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