Html Css Color HEX #967D2D Lemon Ginger

📋 copy color: '#967D2D'

red 150 ◦ green 125 ◦ blue 45

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

Shades of Lemon Ginger #967D2D

Tints of Lemon Ginger #967D2D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.06%

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

R = 46.88%
G = 39.06%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#967D2D (or 0x967D2D) is known color: Lemon Ginger. HEX triplet: 96, 7D and 2D. RGB value is (150,125,45). Sum of RGB (Red+Green+Blue) = 150+125+45=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #967D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967D2D is #6982D2. Grayscale: #7B7B7B. Windows color (decimal): -6914771 or 2981270. OLE color: 2981270.

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

Color convert

RGB 150 125 45 -
CMYK 0 0.17 0.70 0.41
HSL 45.71º 0.54% 0.38% -
HSV(B) 45.71º 0.7% 0.59% -
XYZ 20.38 21.34 5.53 -
YUV 123.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 150 125 45 0 0.17 0.70 0.41 45.71 0.54 0.38
Hex 96 7D 2D 0 11 46 29 2E 36 26
Octal 226 175 55 0 21 106 51 56 66 46
Binary 10010110 1111101 101101 0 10001 1000110 101001 101110 110110 100110

Color Harmonies of #967D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967D2D

Black with #967D2D

Text Example


Text Example

White with #967D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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