Html Css Color HEX #996E75 Turkish Rose

📋 copy color: '#996E75'

red 153 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #996E75

Tints of Turkish Rose #996E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

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

R = 40.26%
G = 28.95%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#996E75 (or 0x996E75) is known color: Turkish Rose. HEX triplet: 99, 6E and 75. RGB value is (153,110,117). Sum of RGB (Red+Green+Blue) = 153+110+117=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E75 is #66918A. Grayscale: #7B7B7B. Windows color (decimal): -6721931 or 7696025. OLE color: 7696025.

HSL color Cylindrical-coordinate representation of color #996E75: hue angle of 350.23º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #996E75 is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 110 117 -
CMYK 0 0.28 0.24 0.4
HSL 350.23º 0.17% 0.52% -
HSV(B) 350.23º 0.28% 0.6% -
XYZ 21.92 19.21 19.38 -
YUV 123.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 153 110 117 0 0.28 0.24 0.4 350.23 0.17 0.52
Hex 99 6E 75 0 1C 18 28 15E 11 34
Octal 231 156 165 0 34 30 50 536 21 64
Binary 10011001 1101110 1110101 0 11100 11000 101000 101011110 10001 110100

Color Harmonies of #996E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996E75

Black with #996E75

Text Example


Text Example

White with #996E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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