Html Css Color HEX #996B77 Turkish Rose

📋 copy color: '#996B77'

red 153 ◦ green 107 ◦ blue 119

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

Shades of Turkish Rose #996B77

Tints of Turkish Rose #996B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 40.37%
G = 28.23%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#996B77 (or 0x996B77) is known color: Turkish Rose. HEX triplet: 99, 6B and 77. RGB value is (153,107,119). Sum of RGB (Red+Green+Blue) = 153+107+119=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #996B77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B77 is #669488. Grayscale: #7A7A7A. Windows color (decimal): -6722697 or 7826329. OLE color: 7826329.

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

Color convert

RGB 153 107 119 -
CMYK 0 0.30 0.22 0.4
HSL 344.35º 0.18% 0.51% -
HSV(B) 344.35º 0.3% 0.6% -
XYZ 21.72 18.62 19.9 -
YUV 122.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 153 107 119 0 0.30 0.22 0.4 344.35 0.18 0.51
Hex 99 6B 77 0 1E 16 28 158 12 33
Octal 231 153 167 0 36 26 50 530 22 63
Binary 10011001 1101011 1110111 0 11110 10110 101000 101011000 10010 110011

Color Harmonies of #996B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996B77

Black with #996B77

Text Example


Text Example

White with #996B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,107,119); }

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

background-color css

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

 a { background-color: rgb(153,107,119); }

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

border-color css

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

 span { border-color: rgb(153,107,119); }

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