Html Css Color HEX #997279 Turkish Rose

📋 copy color: '#997279'

red 153 ◦ green 114 ◦ blue 121

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

Shades of Turkish Rose #997279

Tints of Turkish Rose #997279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.38%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 39.43%
G = 29.38%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#997279 (or 0x997279) is known color: Turkish Rose. HEX triplet: 99, 72 and 79. RGB value is (153,114,121). Sum of RGB (Red+Green+Blue) = 153+114+121=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997279 is #668D86. Grayscale: #7E7E7E. Windows color (decimal): -6720903 or 7959193. OLE color: 7959193.

HSL color Cylindrical-coordinate representation of color #997279: hue angle of 349.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #997279 is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 114 121 -
CMYK 0 0.25 0.21 0.4
HSL 349.23º 0.16% 0.52% -
HSV(B) 349.23º 0.25% 0.6% -
XYZ 22.61 20.19 20.79 -
YUV 126.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 153 114 121 0 0.25 0.21 0.4 349.23 0.16 0.52
Hex 99 72 79 0 19 15 28 15D 10 34
Octal 231 162 171 0 31 25 50 535 20 64
Binary 10011001 1110010 1111001 0 11001 10101 101000 101011101 10000 110100

Color Harmonies of #997279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997279

Black with #997279

Text Example


Text Example

White with #997279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997279; }

 p { color: rgb(153,114,121); }

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

background-color css

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

 a { background-color: rgb(153,114,121); }

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

border-color css

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

 span { border-color: rgb(153,114,121); }

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