Html Css Color HEX #9C6B75 Turkish Rose

📋 copy color: '#9C6B75'

red 156 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #9C6B75

Tints of Turkish Rose #9C6B75

RGB

 RED value IS 156 (61.33% from 255) = 41.05%

 GREEN value IS 107 (42.19% from 255) = 28.16%

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

R = 41.05%
G = 28.16%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9C6B75 (or 0x9C6B75) is known color: Turkish Rose. HEX triplet: 9C, 6B and 75. RGB value is (156,107,117). Sum of RGB (Red+Green+Blue) = 156+107+117=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B75 is #63948A. Grayscale: #7A7A7A. Windows color (decimal): -6526091 or 7695260. OLE color: 7695260.

HSL color Cylindrical-coordinate representation of color #9C6B75: hue angle of 347.76º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B75 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 107 117 -
CMYK 0 0.31 0.25 0.39
HSL 347.76º 0.2% 0.52% -
HSV(B) 347.76º 0.31% 0.61% -
XYZ 22.18 18.87 19.3 -
YUV 122.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 156 107 117 0 0.31 0.25 0.39 347.76 0.2 0.52
Hex 9C 6B 75 0 1F 19 27 15C 14 34
Octal 234 153 165 0 37 31 47 534 24 64
Binary 10011100 1101011 1110101 0 11111 11001 100111 101011100 10100 110100

Color Harmonies of #9C6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B75

Black with #9C6B75

Text Example


Text Example

White with #9C6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,107,117); }

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

background-color css

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

 a { background-color: rgb(156,107,117); }

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

border-color css

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

 span { border-color: rgb(156,107,117); }

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