Html Css Color HEX #967575 Bazaar

📋 copy color: '#967575'

red 150 ◦ green 117 ◦ blue 117

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

Shades of Bazaar #967575

Tints of Bazaar #967575

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.47%

 BLUE value IS 117 (46.09% from 255) = 30.47%

R = 39.06%
G = 30.47%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.41

RGB Variations

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

Color information

#967575 (or 0x967575) is known color: Bazaar. HEX triplet: 96, 75 and 75. RGB value is (150,117,117). Sum of RGB (Red+Green+Blue) = 150+117+117=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967575 is #698A8A. Grayscale: #7E7E7E. Windows color (decimal): -6916747 or 7697814. OLE color: 7697814.

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

Color convert

RGB 150 117 117 -
CMYK 0 0.22 0.22 0.41
HSL 0.14% 0.52% -
HSV(B) 0.22% 0.59% -
XYZ 22.15 20.49 19.62 -
YUV 126.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 150 117 117 0 0.22 0.22 0.41 0 0.14 0.52
Hex 96 75 75 0 16 16 29 0 E 34
Octal 226 165 165 0 26 26 51 0 16 64
Binary 10010110 1110101 1110101 0 10110 10110 101001 0 1110 110100

Color Harmonies of #967575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967575

Black with #967575

Text Example


Text Example

White with #967575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967575; }

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

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

background-color css

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

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

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

border-color css

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

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

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