Html Css Color HEX #9B6769 Turkish Rose

📋 copy color: '#9B6769'

red 155 ◦ green 103 ◦ blue 105

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

Shades of Turkish Rose #9B6769

Tints of Turkish Rose #9B6769

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.37%

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

R = 42.7%
G = 28.37%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B6769 (or 0x9B6769) is known color: Turkish Rose. HEX triplet: 9B, 67 and 69. RGB value is (155,103,105). Sum of RGB (Red+Green+Blue) = 155+103+105=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6769 is #649896. Grayscale: #767676. Windows color (decimal): -6592663 or 6907803. OLE color: 6907803.

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

Color convert

RGB 155 103 105 -
CMYK 0 0.34 0.32 0.39
HSL 357.69º 0.21% 0.51% -
HSV(B) 357.69º 0.34% 0.61% -
XYZ 20.92 17.69 15.68 -
YUV 118.78 120.23 153.84 -
System Red Green Blue C M Y K H S L
Decimal 155 103 105 0 0.34 0.32 0.39 357.69 0.21 0.51
Hex 9B 67 69 0 22 20 27 166 15 33
Octal 233 147 151 0 42 40 47 546 25 63
Binary 10011011 1100111 1101001 0 100010 100000 100111 101100110 10101 110011

Color Harmonies of #9B6769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6769

Black with #9B6769

Text Example


Text Example

White with #9B6769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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