Html Css Color HEX #968632 Lemon Ginger

📋 copy color: '#968632'

red 150 ◦ green 134 ◦ blue 50

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

Shades of Lemon Ginger #968632

Tints of Lemon Ginger #968632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 44.91%
G = 40.12%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#968632 (or 0x968632) is known color: Lemon Ginger. HEX triplet: 96, 86 and 32. RGB value is (150,134,50). Sum of RGB (Red+Green+Blue) = 150+134+50=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #968632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968632 is #6979CD. Grayscale: #818181. Windows color (decimal): -6912462 or 3311254. OLE color: 3311254.

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

Color convert

RGB 150 134 50 -
CMYK 0 0.11 0.67 0.41
HSL 50.4º 0.5% 0.39% -
HSV(B) 50.4º 0.67% 0.59% -
XYZ 21.68 23.76 6.46 -
YUV 129.21 83.3 142.83 -
System Red Green Blue C M Y K H S L
Decimal 150 134 50 0 0.11 0.67 0.41 50.4 0.5 0.39
Hex 96 86 32 0 B 43 29 32 32 27
Octal 226 206 62 0 13 103 51 62 62 47
Binary 10010110 10000110 110010 0 1011 1000011 101001 110010 110010 100111

Color Harmonies of #968632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968632

Black with #968632

Text Example


Text Example

White with #968632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968632; }

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

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

background-color css

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

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

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

border-color css

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

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

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