Html Css Color HEX #967C2E Lemon Ginger

📋 copy color: '#967C2E'

red 150 ◦ green 124 ◦ blue 46

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

Shades of Lemon Ginger #967C2E

Tints of Lemon Ginger #967C2E

RGB

 RED value IS 150 (58.98% from 255) = 46.88%

 GREEN value IS 124 (48.83% from 255) = 38.75%

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

R = 46.88%
G = 38.75%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#967C2E (or 0x967C2E) is known color: Lemon Ginger. HEX triplet: 96, 7C and 2E. RGB value is (150,124,46). Sum of RGB (Red+Green+Blue) = 150+124+46=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #967C2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967C2E is #6983D1. Grayscale: #7B7B7B. Windows color (decimal): -6915026 or 3046550. OLE color: 3046550.

HSL color Cylindrical-coordinate representation of color #967C2E: hue angle of 45º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #967C2E is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 124 46 -
CMYK 0 0.17 0.69 0.41
HSL 45º 0.53% 0.38% -
HSV(B) 45º 0.69% 0.59% -
XYZ 20.28 21.1 5.59 -
YUV 122.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 150 124 46 0 0.17 0.69 0.41 45 0.53 0.38
Hex 96 7C 2E 0 11 45 29 2D 35 26
Octal 226 174 56 0 21 105 51 55 65 46
Binary 10010110 1111100 101110 0 10001 1000101 101001 101101 110101 100110

Color Harmonies of #967C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967C2E

Black with #967C2E

Text Example


Text Example

White with #967C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967C2E; }

 p { color: rgb(150,124,46); }

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

background-color css

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

 a { background-color: rgb(150,124,46); }

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

border-color css

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

 span { border-color: rgb(150,124,46); }

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