Html Css Color HEX #968624 Lemon Ginger

📋 copy color: '#968624'

red 150 ◦ green 134 ◦ blue 36

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

Shades of Lemon Ginger #968624

Tints of Lemon Ginger #968624

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

 BLUE value IS 36 (14.45% from 255) = 11.25%

R = 46.88%
G = 41.88%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#968624 (or 0x968624) is known color: Lemon Ginger. HEX triplet: 96, 86 and 24. RGB value is (150,134,36). Sum of RGB (Red+Green+Blue) = 150+134+36=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 36 (14.45% from 255 or 11.25% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #968624 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968624 is #6979DB. Grayscale: #808080. Windows color (decimal): -6912476 or 2393750. OLE color: 2393750.

HSL color Cylindrical-coordinate representation of color #968624: hue angle of 51.58º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #968624 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 36 -
CMYK 0 0.11 0.76 0.41
HSL 51.58º 0.61% 0.36% -
HSV(B) 51.58º 0.76% 0.59% -
XYZ 21.42 23.66 5.11 -
YUV 127.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 150 134 36 0 0.11 0.76 0.41 51.58 0.61 0.36
Hex 96 86 24 0 B 4C 29 34 3D 24
Octal 226 206 44 0 13 114 51 64 75 44
Binary 10010110 10000110 100100 0 1011 1001100 101001 110100 111101 100100

Color Harmonies of #968624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968624

Black with #968624

Text Example


Text Example

White with #968624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968624; }

 p { color: rgb(150,134,36); }

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

background-color css

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

 a { background-color: rgb(150,134,36); }

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

border-color css

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

 span { border-color: rgb(150,134,36); }

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