Html Css Color HEX #99686C Turkish Rose

📋 copy color: '#99686C'

red 153 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #99686C

Tints of Turkish Rose #99686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.59%

R = 41.92%
G = 28.49%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99686C (or 0x99686C) is known color: Turkish Rose. HEX triplet: 99, 68 and 6C. RGB value is (153,104,108). Sum of RGB (Red+Green+Blue) = 153+104+108=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99686C is #669793. Grayscale: #777777. Windows color (decimal): -6723476 or 7104665. OLE color: 7104665.

HSL color Cylindrical-coordinate representation of color #99686C: hue angle of 355.1º 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 #99686C is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 108 -
CMYK 0 0.32 0.29 0.4
HSL 355.1º 0.19% 0.5% -
HSV(B) 355.1º 0.32% 0.6% -
XYZ 20.79 17.76 16.52 -
YUV 119.11 121.73 152.17 -
System Red Green Blue C M Y K H S L
Decimal 153 104 108 0 0.32 0.29 0.4 355.1 0.19 0.5
Hex 99 68 6C 0 20 1D 28 163 13 32
Octal 231 150 154 0 40 35 50 543 23 62
Binary 10011001 1101000 1101100 0 100000 11101 101000 101100011 10011 110010

Color Harmonies of #99686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99686C

Black with #99686C

Text Example


Text Example

White with #99686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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