Html Css Color HEX #968334 Lemon Ginger

📋 copy color: '#968334'

red 150 ◦ green 131 ◦ blue 52

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

Shades of Lemon Ginger #968334

Tints of Lemon Ginger #968334

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.34%

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 45.05%
G = 39.34%
B = 15.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#968334 (or 0x968334) is known color: Lemon Ginger. HEX triplet: 96, 83 and 34. RGB value is (150,131,52). Sum of RGB (Red+Green+Blue) = 150+131+52=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #968334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968334 is #697CCB. Grayscale: #808080. Windows color (decimal): -6913228 or 3441558. OLE color: 3441558.

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

Color convert

RGB 150 131 52 -
CMYK 0 0.13 0.65 0.41
HSL 48.37º 0.49% 0.4% -
HSV(B) 48.37º 0.65% 0.59% -
XYZ 21.31 22.96 6.56 -
YUV 127.68 85.29 143.92 -
System Red Green Blue C M Y K H S L
Decimal 150 131 52 0 0.13 0.65 0.41 48.37 0.49 0.4
Hex 96 83 34 0 D 41 29 30 31 28
Octal 226 203 64 0 15 101 51 60 61 50
Binary 10010110 10000011 110100 0 1101 1000001 101001 110000 110001 101000

Color Harmonies of #968334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #968334

Black with #968334

Text Example


Text Example

White with #968334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #968334; }

 p { color: rgb(150,131,52); }

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

background-color css

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

 a { background-color: rgb(150,131,52); }

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

border-color css

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

 span { border-color: rgb(150,131,52); }

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