Html Css Color HEX #996A75 Turkish Rose

📋 copy color: '#996A75'

red 153 ◦ green 106 ◦ blue 117

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

Shades of Turkish Rose #996A75

Tints of Turkish Rose #996A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

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

R = 40.69%
G = 28.19%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#996A75 (or 0x996A75) is known color: Turkish Rose. HEX triplet: 99, 6A and 75. RGB value is (153,106,117). Sum of RGB (Red+Green+Blue) = 153+106+117=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #996A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A75 is #66958A. Grayscale: #797979. Windows color (decimal): -6722955 or 7695001. OLE color: 7695001.

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

Color convert

RGB 153 106 117 -
CMYK 0 0.31 0.24 0.4
HSL 345.96º 0.19% 0.51% -
HSV(B) 345.96º 0.31% 0.6% -
XYZ 21.5 18.36 19.24 -
YUV 121.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 153 106 117 0 0.31 0.24 0.4 345.96 0.19 0.51
Hex 99 6A 75 0 1F 18 28 15A 13 33
Octal 231 152 165 0 37 30 50 532 23 63
Binary 10011001 1101010 1110101 0 11111 11000 101000 101011010 10011 110011

Color Harmonies of #996A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A75

Black with #996A75

Text Example


Text Example

White with #996A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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