#967975

Color #967975 Bazaar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bazaar #967975

Tints of Bazaar #967975

Color information

#967975 (or 0x967975) is unknown color: approx Bazaar. HEX triplet: 96, 79 and 75. RGB value is (150,121,117). Sum of RGB (Red+Green+Blue) = 150+121+117=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #967975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967975 is #69868A. Grayscale: #818181. Windows color (decimal): -6915723 or 7698838. OLE color: 7698838.

HSL color Cylindrical-coordinate representation of color #967975: hue angle of 7.27º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #967975 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB150121117-
CMYK00.190.220.41
HSL7.27º13.58%52.35%-
HSV(B)7.27º22%58.82%-
XYZ22.6321.4419.78-
YUV129.22121.11142.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.66%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 117 (46.09% from 255) = 30.15%
R=38.66%
G=31.19%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012111700.190.220.417.2713.5852.35
Hex96797501316297e34
Octal226171165023265171664
Binary1001011011110011110101010011101101010011111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967975; }

 p { color: rgb(150,121,117); }

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

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

 a { background-color: rgb(150,121,117); }

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

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

 span { border-color: rgb(150,121,117); }

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