Html Css Color HEX #996F70 Turkish Rose

📋 copy color: '#996F70'

red 153 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #996F70

Tints of Turkish Rose #996F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 40.69%
G = 29.52%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996F70 (or 0x996F70) is known color: Turkish Rose. HEX triplet: 99, 6F and 70. RGB value is (153,111,112). Sum of RGB (Red+Green+Blue) = 153+111+112=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F70 is #66908F. Grayscale: #7B7B7B. Windows color (decimal): -6721680 or 7368601. OLE color: 7368601.

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

Color convert

RGB 153 111 112 -
CMYK 0 0.27 0.27 0.4
HSL 358.57º 0.17% 0.52% -
HSV(B) 358.57º 0.27% 0.6% -
XYZ 21.75 19.31 17.91 -
YUV 123.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 153 111 112 0 0.27 0.27 0.4 358.57 0.17 0.52
Hex 99 6F 70 0 1B 1B 28 167 11 34
Octal 231 157 160 0 33 33 50 547 21 64
Binary 10011001 1101111 1110000 0 11011 11011 101000 101100111 10001 110100

Color Harmonies of #996F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F70

Black with #996F70

Text Example


Text Example

White with #996F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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