Html Css Color HEX #968631 Lemon Ginger

📋 copy color: '#968631'

red 150 ◦ green 134 ◦ blue 49

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

Shades of Lemon Ginger #968631

Tints of Lemon Ginger #968631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.71%

R = 45.05%
G = 40.24%
B = 14.71%

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

#968631 (or 0x968631) is known color: Lemon Ginger. HEX triplet: 96, 86 and 31. RGB value is (150,134,49). Sum of RGB (Red+Green+Blue) = 150+134+49=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 49 (19.53% from 255 or 14.71% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968631 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968631 is #6979CE. Grayscale: #818181. Windows color (decimal): -6912463 or 3245718. OLE color: 3245718.

HSL color Cylindrical-coordinate representation of color #968631: hue angle of 50.5º degrees, saturation: 0.51, 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 #968631 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 134 49 -
CMYK 0 0.11 0.67 0.41
HSL 50.5º 0.51% 0.39% -
HSV(B) 50.5º 0.67% 0.59% -
XYZ 21.66 23.76 6.35 -
YUV 129.09 82.8 142.91 -
System Red Green Blue C M Y K H S L
Decimal 150 134 49 0 0.11 0.67 0.41 50.5 0.51 0.39
Hex 96 86 31 0 B 43 29 32 33 27
Octal 226 206 61 0 13 103 51 62 63 47
Binary 10010110 10000110 110001 0 1011 1000011 101001 110010 110011 100111

Color Harmonies of #968631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968631

Black with #968631

Text Example


Text Example

White with #968631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968631; }

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

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

background-color css

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

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

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

border-color css

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

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

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