Html Css Color HEX #997D81 Turkish Rose

📋 copy color: '#997D81'

red 153 ◦ green 125 ◦ blue 129

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

Shades of Turkish Rose #997D81

Tints of Turkish Rose #997D81

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 37.59%
G = 30.71%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997D81 (or 0x997D81) is known color: Turkish Rose. HEX triplet: 99, 7D and 81. RGB value is (153,125,129). Sum of RGB (Red+Green+Blue) = 153+125+129=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #997D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997D81 is #66827E. Grayscale: #858585. Windows color (decimal): -6718079 or 8486297. OLE color: 8486297.

HSL color Cylindrical-coordinate representation of color #997D81: hue angle of 351.43º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #997D81 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 125 129 -
CMYK 0 0.18 0.16 0.4
HSL 351.43º 0.12% 0.55% -
HSV(B) 351.43º 0.18% 0.6% -
XYZ 24.43 23.02 23.93 -
YUV 133.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 153 125 129 0 0.18 0.16 0.4 351.43 0.12 0.55
Hex 99 7D 81 0 12 10 28 15F C 37
Octal 231 175 201 0 22 20 50 537 14 67
Binary 10011001 1111101 10000001 0 10010 10000 101000 101011111 1100 110111

Color Harmonies of #997D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997D81

Black with #997D81

Text Example


Text Example

White with #997D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997D81; }

 p { color: rgb(153,125,129); }

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

background-color css

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

 a { background-color: rgb(153,125,129); }

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

border-color css

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

 span { border-color: rgb(153,125,129); }

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