Html Css Color HEX #9B6E75 Turkish Rose

📋 copy color: '#9B6E75'

red 155 ◦ green 110 ◦ blue 117

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

Shades of Turkish Rose #9B6E75

Tints of Turkish Rose #9B6E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.63%

R = 40.58%
G = 28.8%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B6E75 (or 0x9B6E75) is known color: Turkish Rose. HEX triplet: 9B, 6E and 75. RGB value is (155,110,117). Sum of RGB (Red+Green+Blue) = 155+110+117=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E75 is #64918A. Grayscale: #7C7C7C. Windows color (decimal): -6590859 or 7696027. OLE color: 7696027.

HSL color Cylindrical-coordinate representation of color #9B6E75: hue angle of 350.67º 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 #9B6E75 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 110 117 -
CMYK 0 0.29 0.25 0.39
HSL 350.67º 0.18% 0.52% -
HSV(B) 350.67º 0.29% 0.61% -
XYZ 22.3 19.4 19.4 -
YUV 124.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 155 110 117 0 0.29 0.25 0.39 350.67 0.18 0.52
Hex 9B 6E 75 0 1D 19 27 15F 12 34
Octal 233 156 165 0 35 31 47 537 22 64
Binary 10011011 1101110 1110101 0 11101 11001 100111 101011111 10010 110100

Color Harmonies of #9B6E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6E75

Black with #9B6E75

Text Example


Text Example

White with #9B6E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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