Html Css Color HEX #996D76 Turkish Rose

📋 copy color: '#996D76'

red 153 ◦ green 109 ◦ blue 118

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

Shades of Turkish Rose #996D76

Tints of Turkish Rose #996D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 40.26%
G = 28.68%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#996D76 (or 0x996D76) is known color: Turkish Rose. HEX triplet: 99, 6D and 76. RGB value is (153,109,118). Sum of RGB (Red+Green+Blue) = 153+109+118=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #996D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D76 is #669289. Grayscale: #7B7B7B. Windows color (decimal): -6722186 or 7761305. OLE color: 7761305.

HSL color Cylindrical-coordinate representation of color #996D76: hue angle of 347.73º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D76 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 109 118 -
CMYK 0 0.29 0.23 0.4
HSL 347.73º 0.18% 0.51% -
HSV(B) 347.73º 0.29% 0.6% -
XYZ 21.88 19.02 19.66 -
YUV 123.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 153 109 118 0 0.29 0.23 0.4 347.73 0.18 0.51
Hex 99 6D 76 0 1D 17 28 15C 12 33
Octal 231 155 166 0 35 27 50 534 22 63
Binary 10011001 1101101 1110110 0 11101 10111 101000 101011100 10010 110011

Color Harmonies of #996D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996D76

Black with #996D76

Text Example


Text Example

White with #996D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,109,118); }

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

background-color css

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

 a { background-color: rgb(153,109,118); }

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

border-color css

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

 span { border-color: rgb(153,109,118); }

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