Html Css Color HEX #946D6F Turkish Rose

📋 copy color: '#946D6F'

red 148 ◦ green 109 ◦ blue 111

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

Shades of Turkish Rose #946D6F

Tints of Turkish Rose #946D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 40.22%
G = 29.62%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#946D6F (or 0x946D6F) is known color: Turkish Rose. HEX triplet: 94, 6D and 6F. RGB value is (148,109,111). Sum of RGB (Red+Green+Blue) = 148+109+111=368 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.22% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 148 - color contains mainly: red. Hex color #946D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D6F is #6B9290. Grayscale: #787878. Windows color (decimal): -7049873 or 7302548. OLE color: 7302548.

HSL color Cylindrical-coordinate representation of color #946D6F: hue angle of 356.92º 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 #946D6F is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 109 111 -
CMYK 0 0.26 0.25 0.42
HSL 356.92º 0.15% 0.5% -
HSV(B) 356.92º 0.26% 0.58% -
XYZ 20.55 18.38 17.5 -
YUV 120.89 122.42 147.34 -
System Red Green Blue C M Y K H S L
Decimal 148 109 111 0 0.26 0.25 0.42 356.92 0.15 0.5
Hex 94 6D 6F 0 1A 19 2A 165 F 32
Octal 224 155 157 0 32 31 52 545 17 62
Binary 10010100 1101101 1101111 0 11010 11001 101010 101100101 1111 110010

Color Harmonies of #946D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D6F

Black with #946D6F

Text Example


Text Example

White with #946D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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