Html Css Color HEX #95716F Bazaar

📋 copy color: '#95716F'

red 149 ◦ green 113 ◦ blue 111

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

Shades of Bazaar #95716F

Tints of Bazaar #95716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.29%

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

R = 39.95%
G = 30.29%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95716F (or 0x95716F) is known color: Bazaar. HEX triplet: 95, 71 and 6F. RGB value is (149,113,111). Sum of RGB (Red+Green+Blue) = 149+113+111=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #95716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95716F is #6A8E90. Grayscale: #7B7B7B. Windows color (decimal): -6983313 or 7303573. OLE color: 7303573.

HSL color Cylindrical-coordinate representation of color #95716F: hue angle of 3.16º 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 #95716F is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 113 111 -
CMYK 0 0.24 0.26 0.42
HSL 3.16º 0.15% 0.51% -
HSV(B) 3.16º 0.26% 0.58% -
XYZ 21.17 19.35 17.66 -
YUV 123.54 120.93 146.16 -
System Red Green Blue C M Y K H S L
Decimal 149 113 111 0 0.24 0.26 0.42 3.16 0.15 0.51
Hex 95 71 6F 0 18 1A 2A 3 F 33
Octal 225 161 157 0 30 32 52 3 17 63
Binary 10010101 1110001 1101111 0 11000 11010 101010 11 1111 110011

Color Harmonies of #95716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95716F

Black with #95716F

Text Example


Text Example

White with #95716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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