Html Css Color HEX #996A70 Turkish Rose

📋 copy color: '#996A70'

red 153 ◦ green 106 ◦ blue 112

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

Shades of Turkish Rose #996A70

Tints of Turkish Rose #996A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 41.24%
G = 28.57%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996A70 (or 0x996A70) is known color: Turkish Rose. HEX triplet: 99, 6A and 70. RGB value is (153,106,112). Sum of RGB (Red+Green+Blue) = 153+106+112=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A70 is #66958F. Grayscale: #787878. Windows color (decimal): -6722960 or 7367321. OLE color: 7367321.

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

Color convert

RGB 153 106 112 -
CMYK 0 0.31 0.27 0.4
HSL 352.34º 0.19% 0.51% -
HSV(B) 352.34º 0.31% 0.6% -
XYZ 21.22 18.25 17.73 -
YUV 120.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 153 106 112 0 0.31 0.27 0.4 352.34 0.19 0.51
Hex 99 6A 70 0 1F 1B 28 160 13 33
Octal 231 152 160 0 37 33 50 540 23 63
Binary 10011001 1101010 1110000 0 11111 11011 101000 101100000 10011 110011

Color Harmonies of #996A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996A70

Black with #996A70

Text Example


Text Example

White with #996A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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