Html Css Color HEX #997600 Golden Brown

📋 copy color: '#997600'

red 153 ◦ green 118 ◦ blue 0

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

Shades of Golden Brown #997600

Tints of Golden Brown #997600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.46%
G = 43.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#997600 (or 0x997600) is known color: Golden Brown. HEX triplet: 99, 76 and 00. RGB value is (153,118,0). Sum of RGB (Red+Green+Blue) = 153+118+0=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 118 (46.48% from 255 or 43.54% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #997600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997600 is #6689FF. Grayscale: #737373. Windows color (decimal): -6720000 or 30361. OLE color: 30361.

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

Color convert

RGB 153 118 0 -
CMYK 0 0.23 1 0.4
HSL 46.27º 1% 0.3% -
HSV(B) 46.27º 1% 0.6% -
XYZ 19.62 19.73 2.77 -
YUV 115.01 63.1 155.09 -
System Red Green Blue C M Y K H S L
Decimal 153 118 0 0 0.23 1 0.4 46.27 1 0.3
Hex 99 76 0 0 17 64 28 2E 64 1E
Octal 231 166 0 0 27 144 50 56 144 36
Binary 10011001 1110110 0 0 10111 1100100 101000 101110 1100100 11110

Color Harmonies of #997600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997600

Black with #997600

Text Example


Text Example

White with #997600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997600; }

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

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

background-color css

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

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

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

border-color css

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

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

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