Html Css Color HEX #99666A Turkish Rose

📋 copy color: '#99666A'

red 153 ◦ green 102 ◦ blue 106

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

Shades of Turkish Rose #99666A

Tints of Turkish Rose #99666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

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

R = 42.38%
G = 28.25%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#99666A (or 0x99666A) is known color: Turkish Rose. HEX triplet: 99, 66 and 6A. RGB value is (153,102,106). Sum of RGB (Red+Green+Blue) = 153+102+106=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99666A is #669995. Grayscale: #757575. Windows color (decimal): -6723990 or 6973081. OLE color: 6973081.

HSL color Cylindrical-coordinate representation of color #99666A: hue angle of 355.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99666A is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 106 -
CMYK 0 0.33 0.31 0.4
HSL 355.29º 0.2% 0.5% -
HSV(B) 355.29º 0.33% 0.6% -
XYZ 20.49 17.32 15.9 -
YUV 117.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 153 102 106 0 0.33 0.31 0.4 355.29 0.2 0.5
Hex 99 66 6A 0 21 1F 28 163 14 32
Octal 231 146 152 0 41 37 50 543 24 62
Binary 10011001 1100110 1101010 0 100001 11111 101000 101100011 10100 110010

Color Harmonies of #99666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99666A

Black with #99666A

Text Example


Text Example

White with #99666A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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