Html Css Color HEX #95706F Bazaar

📋 copy color: '#95706F'

red 149 ◦ green 112 ◦ blue 111

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

Shades of Bazaar #95706F

Tints of Bazaar #95706F

RGB

 RED value IS 149 (58.59% from 255) = 40.05%

 GREEN value IS 112 (44.14% from 255) = 30.11%

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 40.05%
G = 30.11%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95706F (or 0x95706F) is known color: Bazaar. HEX triplet: 95, 70 and 6F. RGB value is (149,112,111). Sum of RGB (Red+Green+Blue) = 149+112+111=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95706F is #6A8F90. Grayscale: #7A7A7A. Windows color (decimal): -6983569 or 7303317. OLE color: 7303317.

HSL color Cylindrical-coordinate representation of color #95706F: hue angle of 1.58º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95706F is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 112 111 -
CMYK 0 0.25 0.26 0.42
HSL 1.58º 0.15% 0.51% -
HSV(B) 1.58º 0.26% 0.58% -
XYZ 21.06 19.13 17.62 -
YUV 122.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 149 112 111 0 0.25 0.26 0.42 1.58 0.15 0.51
Hex 95 70 6F 0 19 1A 2A 2 F 33
Octal 225 160 157 0 31 32 52 2 17 63
Binary 10010101 1110000 1101111 0 11001 11010 101010 10 1111 110011

Color Harmonies of #95706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95706F

Black with #95706F

Text Example


Text Example

White with #95706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95706F; }

 p { color: rgb(149,112,111); }

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

background-color css

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

 a { background-color: rgb(149,112,111); }

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

border-color css

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

 span { border-color: rgb(149,112,111); }

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