Html Css Color HEX #967E2D Lemon Ginger

📋 copy color: '#967E2D'

red 150 ◦ green 126 ◦ blue 45

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

Shades of Lemon Ginger #967E2D

Tints of Lemon Ginger #967E2D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 46.73%
G = 39.25%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#967E2D (or 0x967E2D) is known color: Lemon Ginger. HEX triplet: 96, 7E and 2D. RGB value is (150,126,45). Sum of RGB (Red+Green+Blue) = 150+126+45=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #967E2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967E2D is #6981D2. Grayscale: #7C7C7C. Windows color (decimal): -6914515 or 2981526. OLE color: 2981526.

HSL color Cylindrical-coordinate representation of color #967E2D: hue angle of 46.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #967E2D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 126 45 -
CMYK 0 0.16 0.70 0.41
HSL 46.29º 0.54% 0.38% -
HSV(B) 46.29º 0.7% 0.59% -
XYZ 20.51 21.6 5.57 -
YUV 123.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 150 126 45 0 0.16 0.70 0.41 46.29 0.54 0.38
Hex 96 7E 2D 0 10 46 29 2E 36 26
Octal 226 176 55 0 20 106 51 56 66 46
Binary 10010110 1111110 101101 0 10000 1000110 101001 101110 110110 100110

Color Harmonies of #967E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967E2D

Black with #967E2D

Text Example


Text Example

White with #967E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,126,45); }

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

background-color css

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

 a { background-color: rgb(150,126,45); }

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

border-color css

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

 span { border-color: rgb(150,126,45); }

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