Html Css Color HEX #996F75 Turkish Rose

📋 copy color: '#996F75'

red 153 ◦ green 111 ◦ blue 117

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

Shades of Turkish Rose #996F75

Tints of Turkish Rose #996F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 40.16%
G = 29.13%
B = 30.71%

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

#996F75 (or 0x996F75) is known color: Turkish Rose. HEX triplet: 99, 6F and 75. RGB value is (153,111,117). Sum of RGB (Red+Green+Blue) = 153+111+117=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #996F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F75 is #66908A. Grayscale: #7C7C7C. Windows color (decimal): -6721675 or 7696281. OLE color: 7696281.

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

Color convert

RGB 153 111 117 -
CMYK 0 0.27 0.24 0.4
HSL 351.43º 0.17% 0.52% -
HSV(B) 351.43º 0.27% 0.6% -
XYZ 22.03 19.43 19.42 -
YUV 124.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 153 111 117 0 0.27 0.24 0.4 351.43 0.17 0.52
Hex 99 6F 75 0 1B 18 28 15F 11 34
Octal 231 157 165 0 33 30 50 537 21 64
Binary 10011001 1101111 1110101 0 11011 11000 101000 101011111 10001 110100

Color Harmonies of #996F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996F75

Black with #996F75

Text Example


Text Example

White with #996F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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