Html Css Color HEX #9B6870 Turkish Rose

📋 copy color: '#9B6870'

red 155 ◦ green 104 ◦ blue 112

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

Shades of Turkish Rose #9B6870

Tints of Turkish Rose #9B6870

RGB

 RED value IS 155 (60.94% from 255) = 41.78%

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 41.78%
G = 28.03%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B6870 (or 0x9B6870) is known color: Turkish Rose. HEX triplet: 9B, 68 and 70. RGB value is (155,104,112). Sum of RGB (Red+Green+Blue) = 155+104+112=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6870 is #64978F. Grayscale: #787878. Windows color (decimal): -6592400 or 7366811. OLE color: 7366811.

HSL color Cylindrical-coordinate representation of color #9B6870: hue angle of 350.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6870 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 104 112 -
CMYK 0 0.33 0.28 0.39
HSL 350.59º 0.2% 0.51% -
HSV(B) 350.59º 0.33% 0.61% -
XYZ 21.39 18.04 17.68 -
YUV 120.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 155 104 112 0 0.33 0.28 0.39 350.59 0.2 0.51
Hex 9B 68 70 0 21 1C 27 15F 14 33
Octal 233 150 160 0 41 34 47 537 24 63
Binary 10011011 1101000 1110000 0 100001 11100 100111 101011111 10100 110011

Color Harmonies of #9B6870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6870

Black with #9B6870

Text Example


Text Example

White with #9B6870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,104,112); }

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

background-color css

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

 a { background-color: rgb(155,104,112); }

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

border-color css

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

 span { border-color: rgb(155,104,112); }

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