Html Css Color HEX #9B6C79 Turkish Rose

📋 copy color: '#9B6C79'

red 155 ◦ green 108 ◦ blue 121

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

Shades of Turkish Rose #9B6C79

Tints of Turkish Rose #9B6C79

RGB

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

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

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

R = 40.36%
G = 28.13%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B6C79 (or 0x9B6C79) is known color: Turkish Rose. HEX triplet: 9B, 6C and 79. RGB value is (155,108,121). Sum of RGB (Red+Green+Blue) = 155+108+121=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6C79 is #649386. Grayscale: #7B7B7B. Windows color (decimal): -6591367 or 7957659. OLE color: 7957659.

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

Color convert

RGB 155 108 121 -
CMYK 0 0.30 0.22 0.39
HSL 343.4º 0.19% 0.52% -
HSV(B) 343.4º 0.3% 0.61% -
XYZ 22.33 19.07 20.59 -
YUV 123.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 155 108 121 0 0.30 0.22 0.39 343.4 0.19 0.52
Hex 9B 6C 79 0 1E 16 27 157 13 34
Octal 233 154 171 0 36 26 47 527 23 64
Binary 10011011 1101100 1111001 0 11110 10110 100111 101010111 10011 110100

Color Harmonies of #9B6C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6C79

Black with #9B6C79

Text Example


Text Example

White with #9B6C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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