Html Css Color HEX #9B6E79 Turkish Rose

📋 copy color: '#9B6E79'

red 155 ◦ green 110 ◦ blue 121

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

Shades of Turkish Rose #9B6E79

Tints of Turkish Rose #9B6E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 40.16%
G = 28.5%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B6E79 (or 0x9B6E79) is known color: Turkish Rose. HEX triplet: 9B, 6E and 79. RGB value is (155,110,121). Sum of RGB (Red+Green+Blue) = 155+110+121=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E79 is #649186. Grayscale: #7C7C7C. Windows color (decimal): -6590855 or 7958171. OLE color: 7958171.

HSL color Cylindrical-coordinate representation of color #9B6E79: hue angle of 345.33º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B6E79 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 121 -
CMYK 0 0.29 0.22 0.39
HSL 345.33º 0.18% 0.52% -
HSV(B) 345.33º 0.29% 0.61% -
XYZ 22.54 19.5 20.66 -
YUV 124.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 155 110 121 0 0.29 0.22 0.39 345.33 0.18 0.52
Hex 9B 6E 79 0 1D 16 27 159 12 34
Octal 233 156 171 0 35 26 47 531 22 64
Binary 10011011 1101110 1111001 0 11101 10110 100111 101011001 10010 110100

Color Harmonies of #9B6E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E79

Black with #9B6E79

Text Example


Text Example

White with #9B6E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,110,121); }

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

background-color css

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

 a { background-color: rgb(155,110,121); }

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

border-color css

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

 span { border-color: rgb(155,110,121); }

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