#907673

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

Shades of Bazaar #907673

Tints of Bazaar #907673

Color information

#907673 (or 0x907673) is unknown color: approx Bazaar. HEX triplet: 90, 76 and 73. RGB value is (144,118,115). Sum of RGB (Red+Green+Blue) = 144+118+115=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 144 - color contains mainly: red. Hex color #907673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907673 is #6F898C. Grayscale: #7D7D7D. Windows color (decimal): -7309709 or 7566992. OLE color: 7566992.

HSL color Cylindrical-coordinate representation of color #907673: hue angle of 6.21º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #907673 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB144118115-
CMYK00.180.200.44
HSL6.21º11.55%50.78%-
HSV(B)6.21º20.14%56.47%-
XYZ21.0720.1218.99-
YUV125.43122.11141.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 118 (46.48% from 255) = 31.30%
BLUE value IS 115 (45.31% from 255) = 30.50%
R=38.20%
G=31.30%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411811500.180.200.446.2111.5550.78
Hex907673012142C6c33
Octal220166163022245461463
Binary1001000011101101110011010010101001011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907673; }

 p { color: rgb(144,118,115); }

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

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

 a { background-color: rgb(144,118,115); }

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

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

 span { border-color: rgb(144,118,115); }

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