Html Css Color HEX #946D72 Turkish Rose

📋 copy color: '#946D72'

red 148 ◦ green 109 ◦ blue 114

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

Shades of Turkish Rose #946D72

Tints of Turkish Rose #946D72

RGB

 RED value IS 148 (58.2% from 255) = 39.89%

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

 BLUE value IS 114 (44.92% from 255) = 30.73%

R = 39.89%
G = 29.38%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#946D72 (or 0x946D72) is known color: Turkish Rose. HEX triplet: 94, 6D and 72. RGB value is (148,109,114). Sum of RGB (Red+Green+Blue) = 148+109+114=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D72 is #6B928D. Grayscale: #797979. Windows color (decimal): -7049870 or 7499156. OLE color: 7499156.

HSL color Cylindrical-coordinate representation of color #946D72: hue angle of 352.31º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946D72 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 114 -
CMYK 0 0.26 0.23 0.42
HSL 352.31º 0.15% 0.5% -
HSV(B) 352.31º 0.26% 0.58% -
XYZ 20.72 18.45 18.39 -
YUV 121.23 123.92 147.09 -
System Red Green Blue C M Y K H S L
Decimal 148 109 114 0 0.26 0.23 0.42 352.31 0.15 0.5
Hex 94 6D 72 0 1A 17 2A 160 F 32
Octal 224 155 162 0 32 27 52 540 17 62
Binary 10010100 1101101 1110010 0 11010 10111 101010 101100000 1111 110010

Color Harmonies of #946D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D72

Black with #946D72

Text Example


Text Example

White with #946D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946D72; }

 p { color: rgb(148,109,114); }

 H1.HeaderClassName
 {
   color: #946D72;
 }
 .AnyTagClassName
 {
   color: #946D72;
 }
</style>

background-color css

<style>
 a { background-color: #946D72; }

 a { background-color: rgb(148,109,114); }

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

border-color css

<style>
 span { border-color: #946D72; }

 span { border-color: rgb(148,109,114); }

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