Html Css Color HEX #996A74 Turkish Rose

📋 copy color: '#996A74'

red 153 ◦ green 106 ◦ blue 116

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

Shades of Turkish Rose #996A74

Tints of Turkish Rose #996A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 40.8%
G = 28.27%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#996A74 (or 0x996A74) is known color: Turkish Rose. HEX triplet: 99, 6A and 74. RGB value is (153,106,116). Sum of RGB (Red+Green+Blue) = 153+106+116=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A74 is #66958B. Grayscale: #797979. Windows color (decimal): -6722956 or 7629465. OLE color: 7629465.

HSL color Cylindrical-coordinate representation of color #996A74: hue angle of 347.23º 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 #996A74 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 106 116 -
CMYK 0 0.31 0.24 0.4
HSL 347.23º 0.19% 0.51% -
HSV(B) 347.23º 0.31% 0.6% -
XYZ 21.44 18.34 18.93 -
YUV 121.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 153 106 116 0 0.31 0.24 0.4 347.23 0.19 0.51
Hex 99 6A 74 0 1F 18 28 15B 13 33
Octal 231 152 164 0 37 30 50 533 23 63
Binary 10011001 1101010 1110100 0 11111 11000 101000 101011011 10011 110011

Color Harmonies of #996A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A74

Black with #996A74

Text Example


Text Example

White with #996A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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