Html Css Color HEX #946E74 Turkish Rose

📋 copy color: '#946E74'

red 148 ◦ green 110 ◦ blue 116

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

Shades of Turkish Rose #946E74

Tints of Turkish Rose #946E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.41%

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

R = 39.57%
G = 29.41%
B = 31.02%

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

#946E74 (or 0x946E74) is known color: Turkish Rose. HEX triplet: 94, 6E and 74. RGB value is (148,110,116). Sum of RGB (Red+Green+Blue) = 148+110+116=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #946E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946E74 is #6B918B. Grayscale: #7A7A7A. Windows color (decimal): -7049612 or 7630484. OLE color: 7630484.

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

Color convert

RGB 148 110 116 -
CMYK 0 0.26 0.22 0.42
HSL 350.53º 0.15% 0.51% -
HSV(B) 350.53º 0.26% 0.58% -
XYZ 20.94 18.71 19.03 -
YUV 122.05 124.59 146.51 -
System Red Green Blue C M Y K H S L
Decimal 148 110 116 0 0.26 0.22 0.42 350.53 0.15 0.51
Hex 94 6E 74 0 1A 16 2A 15F F 33
Octal 224 156 164 0 32 26 52 537 17 63
Binary 10010100 1101110 1110100 0 11010 10110 101010 101011111 1111 110011

Color Harmonies of #946E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E74

Black with #946E74

Text Example


Text Example

White with #946E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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