Html Css Color HEX #9B6668 Turkish Rose

📋 copy color: '#9B6668'

red 155 ◦ green 102 ◦ blue 104

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

Shades of Turkish Rose #9B6668

Tints of Turkish Rose #9B6668

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.25%

 BLUE value IS 104 (41.02% from 255) = 28.81%

R = 42.94%
G = 28.25%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B6668 (or 0x9B6668) is known color: Turkish Rose. HEX triplet: 9B, 66 and 68. RGB value is (155,102,104). Sum of RGB (Red+Green+Blue) = 155+102+104=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6668 is #649997. Grayscale: #767676. Windows color (decimal): -6592920 or 6842011. OLE color: 6842011.

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

Color convert

RGB 155 102 104 -
CMYK 0 0.34 0.33 0.39
HSL 357.74º 0.21% 0.5% -
HSV(B) 357.74º 0.34% 0.61% -
XYZ 20.77 17.47 15.37 -
YUV 118.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 155 102 104 0 0.34 0.33 0.39 357.74 0.21 0.5
Hex 9B 66 68 0 22 21 27 166 15 32
Octal 233 146 150 0 42 41 47 546 25 62
Binary 10011011 1100110 1101000 0 100010 100001 100111 101100110 10101 110010

Color Harmonies of #9B6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6668

Black with #9B6668

Text Example


Text Example

White with #9B6668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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