Html Css Color HEX #99717A Turkish Rose

📋 copy color: '#99717A'

red 153 ◦ green 113 ◦ blue 122

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

Shades of Turkish Rose #99717A

Tints of Turkish Rose #99717A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.44%

R = 39.43%
G = 29.12%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#99717A (or 0x99717A) is known color: Turkish Rose. HEX triplet: 99, 71 and 7A. RGB value is (153,113,122). Sum of RGB (Red+Green+Blue) = 153+113+122=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #99717A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99717A is #668E85. Grayscale: #7D7D7D. Windows color (decimal): -6721158 or 8024473. OLE color: 8024473.

HSL color Cylindrical-coordinate representation of color #99717A: hue angle of 346.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99717A is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 113 122 -
CMYK 0 0.26 0.20 0.4
HSL 346.5º 0.16% 0.52% -
HSV(B) 346.5º 0.26% 0.6% -
XYZ 22.55 19.99 21.08 -
YUV 125.99 125.75 147.27 -
System Red Green Blue C M Y K H S L
Decimal 153 113 122 0 0.26 0.20 0.4 346.5 0.16 0.52
Hex 99 71 7A 0 1A 14 28 15A 10 34
Octal 231 161 172 0 32 24 50 532 20 64
Binary 10011001 1110001 1111010 0 11010 10100 101000 101011010 10000 110100

Color Harmonies of #99717A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99717A

Black with #99717A

Text Example


Text Example

White with #99717A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,113,122); }

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

background-color css

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

 a { background-color: rgb(153,113,122); }

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

border-color css

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

 span { border-color: rgb(153,113,122); }

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