Html Css Color HEX #9A6466 Turkish Rose

📋 copy color: '#9A6466'

red 154 ◦ green 100 ◦ blue 102

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

Shades of Turkish Rose #9A6466

Tints of Turkish Rose #9A6466

RGB

 RED value IS 154 (60.55% from 255) = 43.26%

 GREEN value IS 100 (39.45% from 255) = 28.09%

 BLUE value IS 102 (40.23% from 255) = 28.65%

R = 43.26%
G = 28.09%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#9A6466 (or 0x9A6466) is known color: Turkish Rose. HEX triplet: 9A, 64 and 66. RGB value is (154,100,102). Sum of RGB (Red+Green+Blue) = 154+100+102=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6466 is #659B99. Grayscale: #747474. Windows color (decimal): -6658970 or 6710426. OLE color: 6710426.

HSL color Cylindrical-coordinate representation of color #9A6466: hue angle of 357.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A6466 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 100 102 -
CMYK 0 0.35 0.34 0.40
HSL 357.78º 0.21% 0.5% -
HSV(B) 357.78º 0.35% 0.6% -
XYZ 20.28 16.94 14.77 -
YUV 116.37 119.89 154.84 -
System Red Green Blue C M Y K H S L
Decimal 154 100 102 0 0.35 0.34 0.40 357.78 0.21 0.5
Hex 9A 64 66 0 23 22 28 166 15 32
Octal 232 144 146 0 43 42 50 546 25 62
Binary 10011010 1100100 1100110 0 100011 100010 101000 101100110 10101 110010

Color Harmonies of #9A6466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6466

Black with #9A6466

Text Example


Text Example

White with #9A6466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6466; }

 p { color: rgb(154,100,102); }

 H1.HeaderClassName
 {
   color: #9A6466;
 }
 .AnyTagClassName
 {
   color: #9A6466;
 }
</style>

background-color css

<style>
 a { background-color: #9A6466; }

 a { background-color: rgb(154,100,102); }

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

border-color css

<style>
 span { border-color: #9A6466; }

 span { border-color: rgb(154,100,102); }

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