Html Css Color HEX #996466 Turkish Rose

📋 copy color: '#996466'

red 153 ◦ green 100 ◦ blue 102

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

Shades of Turkish Rose #996466

Tints of Turkish Rose #996466

RGB

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

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

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

R = 43.1%
G = 28.17%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#996466 (or 0x996466) is known color: Turkish Rose. HEX triplet: 99, 64 and 66. RGB value is (153,100,102). Sum of RGB (Red+Green+Blue) = 153+100+102=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996466 is #669B99. Grayscale: #747474. Windows color (decimal): -6724506 or 6710425. OLE color: 6710425.

HSL color Cylindrical-coordinate representation of color #996466: hue angle of 357.74º 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 #996466 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 102 -
CMYK 0 0.35 0.33 0.4
HSL 357.74º 0.21% 0.5% -
HSV(B) 357.74º 0.35% 0.6% -
XYZ 20.09 16.85 14.76 -
YUV 116.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 153 100 102 0 0.35 0.33 0.4 357.74 0.21 0.5
Hex 99 64 66 0 23 21 28 166 15 32
Octal 231 144 146 0 43 41 50 546 25 62
Binary 10011001 1100100 1100110 0 100011 100001 101000 101100110 10101 110010

Color Harmonies of #996466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996466

Black with #996466

Text Example


Text Example

White with #996466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996466; }

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

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

background-color css

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

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

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

border-color css

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

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

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