Html Css Color HEX #967F31 Lemon Ginger

📋 copy color: '#967F31'

red 150 ◦ green 127 ◦ blue 49

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

Shades of Lemon Ginger #967F31

Tints of Lemon Ginger #967F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.03%

R = 46.01%
G = 38.96%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#967F31 (or 0x967F31) is known color: Lemon Ginger. HEX triplet: 96, 7F and 31. RGB value is (150,127,49). Sum of RGB (Red+Green+Blue) = 150+127+49=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 127 (50% from 255 or 38.96% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #967F31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F31 is #6980CE. Grayscale: #7D7D7D. Windows color (decimal): -6914255 or 3243926. OLE color: 3243926.

HSL color Cylindrical-coordinate representation of color #967F31: hue angle of 46.34º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #967F31 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 127 49 -
CMYK 0 0.15 0.67 0.41
HSL 46.34º 0.51% 0.39% -
HSV(B) 46.34º 0.67% 0.59% -
XYZ 20.72 21.88 6.04 -
YUV 124.99 85.12 145.84 -
System Red Green Blue C M Y K H S L
Decimal 150 127 49 0 0.15 0.67 0.41 46.34 0.51 0.39
Hex 96 7F 31 0 F 43 29 2E 33 27
Octal 226 177 61 0 17 103 51 56 63 47
Binary 10010110 1111111 110001 0 1111 1000011 101001 101110 110011 100111

Color Harmonies of #967F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F31

Black with #967F31

Text Example


Text Example

White with #967F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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