Html Css Color HEX #9A6974 Turkish Rose

📋 copy color: '#9A6974'

red 154 ◦ green 105 ◦ blue 116

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

Shades of Turkish Rose #9A6974

Tints of Turkish Rose #9A6974

RGB

 RED value IS 154 (60.55% from 255) = 41.07%

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 41.07%
G = 28%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#9A6974 (or 0x9A6974) is known color: Turkish Rose. HEX triplet: 9A, 69 and 74. RGB value is (154,105,116). Sum of RGB (Red+Green+Blue) = 154+105+116=375 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.07% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6974 is #65968B. Grayscale: #787878. Windows color (decimal): -6657676 or 7629210. OLE color: 7629210.

HSL color Cylindrical-coordinate representation of color #9A6974: hue angle of 346.53º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A6974 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 105 116 -
CMYK 0 0.32 0.25 0.40
HSL 346.53º 0.2% 0.51% -
HSV(B) 346.53º 0.32% 0.6% -
XYZ 21.53 18.23 18.91 -
YUV 120.91 125.23 151.61 -
System Red Green Blue C M Y K H S L
Decimal 154 105 116 0 0.32 0.25 0.40 346.53 0.2 0.51
Hex 9A 69 74 0 20 19 28 15B 14 33
Octal 232 151 164 0 40 31 50 533 24 63
Binary 10011010 1101001 1110100 0 100000 11001 101000 101011011 10100 110011

Color Harmonies of #9A6974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6974

Black with #9A6974

Text Example


Text Example

White with #9A6974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A6974; }

 p { color: rgb(154,105,116); }

 H1.HeaderClassName
 {
   color: #9A6974;
 }
 .AnyTagClassName
 {
   color: #9A6974;
 }
</style>

background-color css

<style>
 a { background-color: #9A6974; }

 a { background-color: rgb(154,105,116); }

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

border-color css

<style>
 span { border-color: #9A6974; }

 span { border-color: rgb(154,105,116); }

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