#967675

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

Shades of Bazaar #967675

Tints of Bazaar #967675

Color information

#967675 (or 0x967675) is unknown color: approx Bazaar. HEX triplet: 96, 76 and 75. RGB value is (150,118,117). Sum of RGB (Red+Green+Blue) = 150+118+117=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #967675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967675 is #69898A. Grayscale: #7F7F7F. Windows color (decimal): -6916491 or 7698070. OLE color: 7698070.

HSL color Cylindrical-coordinate representation of color #967675: hue angle of 1.82º 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 #967675 is Cyan = 0, Magento = 0.21, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB150118117-
CMYK00.210.220.41
HSL1.82º13.58%52.35%-
HSV(B)1.82º22%58.82%-
XYZ22.2720.7319.66-
YUV127.45122.1144.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=38.96%
G=30.65%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011811700.210.220.411.8213.5852.35
Hex96767501516292e34
Octal226166165025265121664
Binary100101101110110111010101010110110101001101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967675; }

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

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

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

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

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

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

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

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