Html Css Color HEX #968436 Lemon Ginger

📋 copy color: '#968436'

red 150 ◦ green 132 ◦ blue 54

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

Shades of Lemon Ginger #968436

Tints of Lemon Ginger #968436

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.29%

 BLUE value IS 54 (21.48% from 255) = 16.07%

R = 44.64%
G = 39.29%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.41

RGB Variations

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

Color information

#968436 (or 0x968436) is known color: Lemon Ginger. HEX triplet: 96, 84 and 36. RGB value is (150,132,54). Sum of RGB (Red+Green+Blue) = 150+132+54=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 54 (21.48% from 255 or 16.07% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #968436 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968436 is #697BC9. Grayscale: #808080. Windows color (decimal): -6912970 or 3572886. OLE color: 3572886.

HSL color Cylindrical-coordinate representation of color #968436: hue angle of 48.75º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #968436 is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 132 54 -
CMYK 0 0.12 0.64 0.41
HSL 48.75º 0.47% 0.4% -
HSV(B) 48.75º 0.64% 0.59% -
XYZ 21.49 23.25 6.85 -
YUV 128.49 85.96 143.34 -
System Red Green Blue C M Y K H S L
Decimal 150 132 54 0 0.12 0.64 0.41 48.75 0.47 0.4
Hex 96 84 36 0 C 40 29 31 2F 28
Octal 226 204 66 0 14 100 51 61 57 50
Binary 10010110 10000100 110110 0 1100 1000000 101001 110001 101111 101000

Color Harmonies of #968436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968436

Black with #968436

Text Example


Text Example

White with #968436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968436; }

 p { color: rgb(150,132,54); }

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

background-color css

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

 a { background-color: rgb(150,132,54); }

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

border-color css

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

 span { border-color: rgb(150,132,54); }

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