Html Css Color HEX #967F37 Lemon Ginger

📋 copy color: '#967F37'

red 150 ◦ green 127 ◦ blue 55

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

Shades of Lemon Ginger #967F37

Tints of Lemon Ginger #967F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.57%

R = 45.18%
G = 38.25%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#967F37 (or 0x967F37) is known color: Lemon Ginger. HEX triplet: 96, 7F and 37. RGB value is (150,127,55). Sum of RGB (Red+Green+Blue) = 150+127+55=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 55 (21.88% from 255 or 16.57% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #967F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F37 is #6980C8. Grayscale: #7D7D7D. Windows color (decimal): -6914249 or 3637142. OLE color: 3637142.

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

Color convert

RGB 150 127 55 -
CMYK 0 0.15 0.63 0.41
HSL 45.47º 0.46% 0.4% -
HSV(B) 45.47º 0.63% 0.59% -
XYZ 20.86 21.94 6.75 -
YUV 125.67 88.12 145.35 -
System Red Green Blue C M Y K H S L
Decimal 150 127 55 0 0.15 0.63 0.41 45.47 0.46 0.4
Hex 96 7F 37 0 F 3F 29 2D 2E 28
Octal 226 177 67 0 17 77 51 55 56 50
Binary 10010110 1111111 110111 0 1111 111111 101001 101101 101110 101000

Color Harmonies of #967F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F37

Black with #967F37

Text Example


Text Example

White with #967F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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