Html Css Color HEX #9A6C6D Turkish Rose

📋 copy color: '#9A6C6D'

red 154 ◦ green 108 ◦ blue 109

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

Shades of Turkish Rose #9A6C6D

Tints of Turkish Rose #9A6C6D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.11%

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

R = 41.51%
G = 29.11%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.29

 K value IS 0.40

RGB Variations

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

Color information

#9A6C6D (or 0x9A6C6D) is known color: Turkish Rose. HEX triplet: 9A, 6C and 6D. RGB value is (154,108,109). Sum of RGB (Red+Green+Blue) = 154+108+109=371 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.51% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6C6D is #659392. Grayscale: #797979. Windows color (decimal): -6656915 or 7171226. OLE color: 7171226.

HSL color Cylindrical-coordinate representation of color #9A6C6D: hue angle of 358.7º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A6C6D is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 108 109 -
CMYK 0 0.30 0.29 0.40
HSL 358.7º 0.19% 0.51% -
HSV(B) 358.7º 0.3% 0.6% -
XYZ 21.45 18.7 16.95 -
YUV 121.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 154 108 109 0 0.30 0.29 0.40 358.7 0.19 0.51
Hex 9A 6C 6D 0 1E 1D 28 167 13 33
Octal 232 154 155 0 36 35 50 547 23 63
Binary 10011010 1101100 1101101 0 11110 11101 101000 101100111 10011 110011

Color Harmonies of #9A6C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6C6D

Black with #9A6C6D

Text Example


Text Example

White with #9A6C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,108,109); }

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

background-color css

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

 a { background-color: rgb(154,108,109); }

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

border-color css

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

 span { border-color: rgb(154,108,109); }

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