#967B32

Color #967B32 Lemon Ginger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon Ginger #967B32

Tints of Lemon Ginger #967B32

Color information

#967B32 (or 0x967B32) is unknown color: approx Lemon Ginger. HEX triplet: 96, 7B and 32. RGB value is (150,123,50). Sum of RGB (Red+Green+Blue) = 150+123+50=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 50 (19.92% from 255 or 15.48% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #967B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #967B32 is #6984CD. Grayscale: #7B7B7B. Windows color (decimal): -6915278 or 3308438. OLE color: 3308438.

HSL color Cylindrical-coordinate representation of color #967B32: hue angle of 43.8º 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 #967B32 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15012350-
CMYK00.180.670.41
HSL43.8º50%39.22%-
HSV(B)43.8º66.67%58.82%-
XYZ20.2420.885.98-
YUV122.7586.95147.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 50 (19.92% from 255) = 15.48%
R=46.44%
G=38.08%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501235000.180.670.4143.85039.22
Hex967B3201243292c3227
Octal2261736202210351546247
Binary1001011011110111100100100101000011101001101100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967B32; }

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

 H1.HeaderClassName
 {
   color: #967B32;
 }
 .AnyTagClassName
 {
   color: #967B32;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #967B32;
 }
 .BgClassName
 {
   background-color: #967B32;
 }
</style>
border-color css

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

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

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