Html Css Color HEX #968633 Lemon Ginger

📋 copy color: '#968633'

red 150 ◦ green 134 ◦ blue 51

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

Shades of Lemon Ginger #968633

Tints of Lemon Ginger #968633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.22%

R = 44.78%
G = 40%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.41

RGB Variations

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

Color information

#968633 (or 0x968633) is known color: Lemon Ginger. HEX triplet: 96, 86 and 33. RGB value is (150,134,51). Sum of RGB (Red+Green+Blue) = 150+134+51=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #968633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968633 is #6979CC. Grayscale: #818181. Windows color (decimal): -6912461 or 3376790. OLE color: 3376790.

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

Color convert

RGB 150 134 51 -
CMYK 0 0.11 0.66 0.41
HSL 50.3º 0.49% 0.39% -
HSV(B) 50.3º 0.66% 0.59% -
XYZ 21.7 23.77 6.58 -
YUV 129.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 150 134 51 0 0.11 0.66 0.41 50.3 0.49 0.39
Hex 96 86 33 0 B 42 29 32 31 27
Octal 226 206 63 0 13 102 51 62 61 47
Binary 10010110 10000110 110011 0 1011 1000010 101001 110010 110001 100111

Color Harmonies of #968633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968633

Black with #968633

Text Example


Text Example

White with #968633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968633; }

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

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

background-color css

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

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

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

border-color css

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

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

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