Html Css Color HEX #967F38 Lemon Ginger

📋 copy color: '#967F38'

red 150 ◦ green 127 ◦ blue 56

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

Shades of Lemon Ginger #967F38

Tints of Lemon Ginger #967F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.82%

R = 45.05%
G = 38.14%
B = 16.82%

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

#967F38 (or 0x967F38) is known color: Lemon Ginger. HEX triplet: 96, 7F and 38. RGB value is (150,127,56). Sum of RGB (Red+Green+Blue) = 150+127+56=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #967F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967F38 is #6980C7. Grayscale: #7E7E7E. Windows color (decimal): -6914248 or 3702678. OLE color: 3702678.

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

Color convert

RGB 150 127 56 -
CMYK 0 0.15 0.63 0.41
HSL 45.32º 0.46% 0.4% -
HSV(B) 45.32º 0.63% 0.59% -
XYZ 20.88 21.95 6.88 -
YUV 125.78 88.62 145.27 -
System Red Green Blue C M Y K H S L
Decimal 150 127 56 0 0.15 0.63 0.41 45.32 0.46 0.4
Hex 96 7F 38 0 F 3F 29 2D 2E 28
Octal 226 177 70 0 17 77 51 55 56 50
Binary 10010110 1111111 111000 0 1111 111111 101001 101101 101110 101000

Color Harmonies of #967F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967F38

Black with #967F38

Text Example


Text Example

White with #967F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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