Html Css Color HEX #967F2E Lemon Ginger

📋 copy color: '#967F2E'

red 150 ◦ green 127 ◦ blue 46

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

Shades of Lemon Ginger #967F2E

Tints of Lemon Ginger #967F2E

RGB

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

 GREEN value IS 127 (50% from 255) = 39.32%

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

R = 46.44%
G = 39.32%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#967F2E (or 0x967F2E) is known color: Lemon Ginger. HEX triplet: 96, 7F and 2E. RGB value is (150,127,46). Sum of RGB (Red+Green+Blue) = 150+127+46=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #967F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F2E is #6980D1. Grayscale: #7C7C7C. Windows color (decimal): -6914258 or 3047318. OLE color: 3047318.

HSL color Cylindrical-coordinate representation of color #967F2E: hue angle of 46.73º 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 #967F2E is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 46 -
CMYK 0 0.15 0.69 0.41
HSL 46.73º 0.53% 0.38% -
HSV(B) 46.73º 0.69% 0.59% -
XYZ 20.66 21.86 5.72 -
YUV 124.64 83.62 146.09 -
System Red Green Blue C M Y K H S L
Decimal 150 127 46 0 0.15 0.69 0.41 46.73 0.53 0.38
Hex 96 7F 2E 0 F 45 29 2F 35 26
Octal 226 177 56 0 17 105 51 57 65 46
Binary 10010110 1111111 101110 0 1111 1000101 101001 101111 110101 100110

Color Harmonies of #967F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F2E

Black with #967F2E

Text Example


Text Example

White with #967F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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