Html Css Color HEX #946D74 Turkish Rose

📋 copy color: '#946D74'

red 148 ◦ green 109 ◦ blue 116

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

Shades of Turkish Rose #946D74

Tints of Turkish Rose #946D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.1%

R = 39.68%
G = 29.22%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#946D74 (or 0x946D74) is known color: Turkish Rose. HEX triplet: 94, 6D and 74. RGB value is (148,109,116). Sum of RGB (Red+Green+Blue) = 148+109+116=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #946D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D74 is #6B928B. Grayscale: #797979. Windows color (decimal): -7049868 or 7630228. OLE color: 7630228.

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

Color convert

RGB 148 109 116 -
CMYK 0 0.26 0.22 0.42
HSL 349.23º 0.15% 0.5% -
HSV(B) 349.23º 0.26% 0.58% -
XYZ 20.83 18.49 18.99 -
YUV 121.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 148 109 116 0 0.26 0.22 0.42 349.23 0.15 0.5
Hex 94 6D 74 0 1A 16 2A 15D F 32
Octal 224 155 164 0 32 26 52 535 17 62
Binary 10010100 1101101 1110100 0 11010 10110 101010 101011101 1111 110010

Color Harmonies of #946D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946D74

Black with #946D74

Text Example


Text Example

White with #946D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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