Html Css Color HEX #996F74 Turkish Rose

📋 copy color: '#996F74'

red 153 ◦ green 111 ◦ blue 116

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

Shades of Turkish Rose #996F74

Tints of Turkish Rose #996F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

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

R = 40.26%
G = 29.21%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#996F74 (or 0x996F74) is known color: Turkish Rose. HEX triplet: 99, 6F and 74. RGB value is (153,111,116). Sum of RGB (Red+Green+Blue) = 153+111+116=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F74 is #66908B. Grayscale: #7C7C7C. Windows color (decimal): -6721676 or 7630745. OLE color: 7630745.

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

Color convert

RGB 153 111 116 -
CMYK 0 0.27 0.24 0.4
HSL 352.86º 0.17% 0.52% -
HSV(B) 352.86º 0.27% 0.6% -
XYZ 21.97 19.4 19.11 -
YUV 124.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 153 111 116 0 0.27 0.24 0.4 352.86 0.17 0.52
Hex 99 6F 74 0 1B 18 28 161 11 34
Octal 231 157 164 0 33 30 50 541 21 64
Binary 10011001 1101111 1110100 0 11011 11000 101000 101100001 10001 110100

Color Harmonies of #996F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F74

Black with #996F74

Text Example


Text Example

White with #996F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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