Html Css Color HEX #9A686B Turkish Rose

📋 copy color: '#9A686B'

red 154 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #9A686B

Tints of Turkish Rose #9A686B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 42.19%
G = 28.49%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#9A686B (or 0x9A686B) is known color: Turkish Rose. HEX triplet: 9A, 68 and 6B. RGB value is (154,104,107). Sum of RGB (Red+Green+Blue) = 154+104+107=365 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.19% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 154 - color contains mainly: red. Hex color #9A686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A686B is #659794. Grayscale: #777777. Windows color (decimal): -6657941 or 7039130. OLE color: 7039130.

HSL color Cylindrical-coordinate representation of color #9A686B: hue angle of 356.4º 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 #9A686B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 104 107 -
CMYK 0 0.32 0.31 0.40
HSL 356.4º 0.2% 0.51% -
HSV(B) 356.4º 0.32% 0.6% -
XYZ 20.93 17.83 16.25 -
YUV 119.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 154 104 107 0 0.32 0.31 0.40 356.4 0.2 0.51
Hex 9A 68 6B 0 20 1F 28 164 14 33
Octal 232 150 153 0 40 37 50 544 24 63
Binary 10011010 1101000 1101011 0 100000 11111 101000 101100100 10100 110011

Color Harmonies of #9A686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A686B

Black with #9A686B

Text Example


Text Example

White with #9A686B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,107); }

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

background-color css

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

 a { background-color: rgb(154,104,107); }

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

border-color css

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

 span { border-color: rgb(154,104,107); }

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