Html Css Color HEX #9B6569 Turkish Rose

📋 copy color: '#9B6569'

red 155 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #9B6569

Tints of Turkish Rose #9B6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 105 (41.41% from 255) = 29.09%

R = 42.94%
G = 27.98%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B6569 (or 0x9B6569) is known color: Turkish Rose. HEX triplet: 9B, 65 and 69. RGB value is (155,101,105). Sum of RGB (Red+Green+Blue) = 155+101+105=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6569 is #649A96. Grayscale: #757575. Windows color (decimal): -6593175 or 6907291. OLE color: 6907291.

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

Color convert

RGB 155 101 105 -
CMYK 0 0.35 0.32 0.39
HSL 355.56º 0.21% 0.5% -
HSV(B) 355.56º 0.35% 0.61% -
XYZ 20.72 17.3 15.61 -
YUV 117.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 155 101 105 0 0.35 0.32 0.39 355.56 0.21 0.5
Hex 9B 65 69 0 23 20 27 164 15 32
Octal 233 145 151 0 43 40 47 544 25 62
Binary 10011011 1100101 1101001 0 100011 100000 100111 101100100 10101 110010

Color Harmonies of #9B6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6569

Black with #9B6569

Text Example


Text Example

White with #9B6569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,105); }

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

background-color css

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

 a { background-color: rgb(155,101,105); }

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

border-color css

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

 span { border-color: rgb(155,101,105); }

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