Html Css Color HEX #98716F Bazaar

📋 copy color: '#98716F'

red 152 ◦ green 113 ◦ blue 111

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

Shades of Bazaar #98716F

Tints of Bazaar #98716F

RGB

 RED value IS 152 (59.77% from 255) = 40.43%

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

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

R = 40.43%
G = 30.05%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.40

RGB Variations

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

Color information

#98716F (or 0x98716F) is known color: Bazaar. HEX triplet: 98, 71 and 6F. RGB value is (152,113,111). Sum of RGB (Red+Green+Blue) = 152+113+111=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 152 - color contains mainly: red. Hex color #98716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98716F is #678E90. Grayscale: #7C7C7C. Windows color (decimal): -6786705 or 7303576. OLE color: 7303576.

HSL color Cylindrical-coordinate representation of color #98716F: hue angle of 2.93º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98716F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 113 111 -
CMYK 0 0.26 0.27 0.40
HSL 2.93º 0.17% 0.52% -
HSV(B) 2.93º 0.27% 0.6% -
XYZ 21.72 19.63 17.68 -
YUV 124.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 152 113 111 0 0.26 0.27 0.40 2.93 0.17 0.52
Hex 98 71 6F 0 1A 1B 28 3 11 34
Octal 230 161 157 0 32 33 50 3 21 64
Binary 10011000 1110001 1101111 0 11010 11011 101000 11 10001 110100

Color Harmonies of #98716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98716F

Black with #98716F

Text Example


Text Example

White with #98716F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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