Html Css Color HEX #996E7B Turkish Rose

📋 copy color: '#996E7B'

red 153 ◦ green 110 ◦ blue 123

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

Shades of Turkish Rose #996E7B

Tints of Turkish Rose #996E7B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.5%

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 39.64%
G = 28.5%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#996E7B (or 0x996E7B) is known color: Turkish Rose. HEX triplet: 99, 6E and 7B. RGB value is (153,110,123). Sum of RGB (Red+Green+Blue) = 153+110+123=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E7B is #669184. Grayscale: #7C7C7C. Windows color (decimal): -6721925 or 8089241. OLE color: 8089241.

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

Color convert

RGB 153 110 123 -
CMYK 0 0.28 0.20 0.4
HSL 341.86º 0.17% 0.52% -
HSV(B) 341.86º 0.28% 0.6% -
XYZ 22.29 19.35 21.3 -
YUV 124.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 153 110 123 0 0.28 0.20 0.4 341.86 0.17 0.52
Hex 99 6E 7B 0 1C 14 28 156 11 34
Octal 231 156 173 0 34 24 50 526 21 64
Binary 10011001 1101110 1111011 0 11100 10100 101000 101010110 10001 110100

Color Harmonies of #996E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E7B

Black with #996E7B

Text Example


Text Example

White with #996E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996E7B; }

 p { color: rgb(153,110,123); }

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

background-color css

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

 a { background-color: rgb(153,110,123); }

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

border-color css

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

 span { border-color: rgb(153,110,123); }

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