Html Css Color HEX #99686A Turkish Rose

📋 copy color: '#99686A'

red 153 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #99686A

Tints of Turkish Rose #99686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 42.15%
G = 28.65%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99686A (or 0x99686A) is known color: Turkish Rose. HEX triplet: 99, 68 and 6A. RGB value is (153,104,106). Sum of RGB (Red+Green+Blue) = 153+104+106=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99686A is #669795. Grayscale: #767676. Windows color (decimal): -6723478 or 6973593. OLE color: 6973593.

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

Color convert

RGB 153 104 106 -
CMYK 0 0.32 0.31 0.4
HSL 357.55º 0.19% 0.5% -
HSV(B) 357.55º 0.32% 0.6% -
XYZ 20.69 17.71 15.96 -
YUV 118.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 153 104 106 0 0.32 0.31 0.4 357.55 0.19 0.5
Hex 99 68 6A 0 20 1F 28 166 13 32
Octal 231 150 152 0 40 37 50 546 23 62
Binary 10011001 1101000 1101010 0 100000 11111 101000 101100110 10011 110010

Color Harmonies of #99686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99686A

Black with #99686A

Text Example


Text Example

White with #99686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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