Html Css Color HEX #997071 Turkish Rose

📋 copy color: '#997071'

red 153 ◦ green 112 ◦ blue 113

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

Shades of Turkish Rose #997071

Tints of Turkish Rose #997071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.63%

 BLUE value IS 113 (44.53% from 255) = 29.89%

R = 40.48%
G = 29.63%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#997071 (or 0x997071) is known color: Turkish Rose. HEX triplet: 99, 70 and 71. RGB value is (153,112,113). Sum of RGB (Red+Green+Blue) = 153+112+113=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #997071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997071 is #668F8E. Grayscale: #7C7C7C. Windows color (decimal): -6721423 or 7434393. OLE color: 7434393.

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

Color convert

RGB 153 112 113 -
CMYK 0 0.27 0.26 0.4
HSL 358.54º 0.17% 0.52% -
HSV(B) 358.54º 0.27% 0.6% -
XYZ 21.91 19.55 18.24 -
YUV 124.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 153 112 113 0 0.27 0.26 0.4 358.54 0.17 0.52
Hex 99 70 71 0 1B 1A 28 167 11 34
Octal 231 160 161 0 33 32 50 547 21 64
Binary 10011001 1110000 1110001 0 11011 11010 101000 101100111 10001 110100

Color Harmonies of #997071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997071

Black with #997071

Text Example


Text Example

White with #997071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997071; }

 p { color: rgb(153,112,113); }

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

background-color css

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

 a { background-color: rgb(153,112,113); }

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

border-color css

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

 span { border-color: rgb(153,112,113); }

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