Html Css Color HEX #997E2E Lemon Ginger

📋 copy color: '#997E2E'

red 153 ◦ green 126 ◦ blue 46

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

Shades of Lemon Ginger #997E2E

Tints of Lemon Ginger #997E2E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.77%

 BLUE value IS 46 (18.36% from 255) = 14.15%

R = 47.08%
G = 38.77%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#997E2E (or 0x997E2E) is known color: Lemon Ginger. HEX triplet: 99, 7E and 2E. RGB value is (153,126,46). Sum of RGB (Red+Green+Blue) = 153+126+46=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 46 (18.36% from 255 or 14.15% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #997E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #997E2E is #6681D1. Grayscale: #7D7D7D. Windows color (decimal): -6717906 or 3047065. OLE color: 3047065.

HSL color Cylindrical-coordinate representation of color #997E2E: hue angle of 44.86º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #997E2E is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 126 46 -
CMYK 0 0.18 0.70 0.4
HSL 44.86º 0.54% 0.39% -
HSV(B) 44.86º 0.7% 0.6% -
XYZ 21.09 21.89 5.7 -
YUV 124.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 153 126 46 0 0.18 0.70 0.4 44.86 0.54 0.39
Hex 99 7E 2E 0 12 46 28 2D 36 27
Octal 231 176 56 0 22 106 50 55 66 47
Binary 10011001 1111110 101110 0 10010 1000110 101000 101101 110110 100111

Color Harmonies of #997E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997E2E

Black with #997E2E

Text Example


Text Example

White with #997E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997E2E; }

 p { color: rgb(153,126,46); }

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

background-color css

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

 a { background-color: rgb(153,126,46); }

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

border-color css

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

 span { border-color: rgb(153,126,46); }

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