Html Css Color HEX #996A6B Turkish Rose

📋 copy color: '#996A6B'

red 153 ◦ green 106 ◦ blue 107

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

Shades of Turkish Rose #996A6B

Tints of Turkish Rose #996A6B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

 BLUE value IS 107 (42.19% from 255) = 29.23%

R = 41.8%
G = 28.96%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#996A6B (or 0x996A6B) is known color: Turkish Rose. HEX triplet: 99, 6A and 6B. RGB value is (153,106,107). Sum of RGB (Red+Green+Blue) = 153+106+107=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #996A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A6B is #669594. Grayscale: #787878. Windows color (decimal): -6722965 or 7039641. OLE color: 7039641.

HSL color Cylindrical-coordinate representation of color #996A6B: hue angle of 358.72º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996A6B is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 107 -
CMYK 0 0.31 0.30 0.4
HSL 358.72º 0.19% 0.51% -
HSV(B) 358.72º 0.31% 0.6% -
XYZ 20.94 18.14 16.31 -
YUV 120.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 153 106 107 0 0.31 0.30 0.4 358.72 0.19 0.51
Hex 99 6A 6B 0 1F 1E 28 167 13 33
Octal 231 152 153 0 37 36 50 547 23 63
Binary 10011001 1101010 1101011 0 11111 11110 101000 101100111 10011 110011

Color Harmonies of #996A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A6B

Black with #996A6B

Text Example


Text Example

White with #996A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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