Html Css Color HEX #99686F Turkish Rose

📋 copy color: '#99686F'

red 153 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #99686F

Tints of Turkish Rose #99686F

RGB

 RED value IS 153 (60.16% from 255) = 41.58%

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 41.58%
G = 28.26%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#99686F (or 0x99686F) is known color: Turkish Rose. HEX triplet: 99, 68 and 6F. RGB value is (153,104,111). Sum of RGB (Red+Green+Blue) = 153+104+111=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #99686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99686F is #669790. Grayscale: #777777. Windows color (decimal): -6723473 or 7301273. OLE color: 7301273.

HSL color Cylindrical-coordinate representation of color #99686F: hue angle of 351.43º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99686F is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 111 -
CMYK 0 0.32 0.27 0.4
HSL 351.43º 0.19% 0.5% -
HSV(B) 351.43º 0.32% 0.6% -
XYZ 20.96 17.82 17.37 -
YUV 119.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 153 104 111 0 0.32 0.27 0.4 351.43 0.19 0.5
Hex 99 68 6F 0 20 1B 28 15F 13 32
Octal 231 150 157 0 40 33 50 537 23 62
Binary 10011001 1101000 1101111 0 100000 11011 101000 101011111 10011 110010

Color Harmonies of #99686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99686F

Black with #99686F

Text Example


Text Example

White with #99686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,104,111); }

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

background-color css

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

 a { background-color: rgb(153,104,111); }

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

border-color css

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

 span { border-color: rgb(153,104,111); }

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