Html Css Color HEX #9C6B73 Turkish Rose

📋 copy color: '#9C6B73'

red 156 ◦ green 107 ◦ blue 115

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

Shades of Turkish Rose #9C6B73

Tints of Turkish Rose #9C6B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 41.27%
G = 28.31%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C6B73 (or 0x9C6B73) is known color: Turkish Rose. HEX triplet: 9C, 6B and 73. RGB value is (156,107,115). Sum of RGB (Red+Green+Blue) = 156+107+115=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B73 is #63948C. Grayscale: #7A7A7A. Windows color (decimal): -6526093 or 7564188. OLE color: 7564188.

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

Color convert

RGB 156 107 115 -
CMYK 0 0.31 0.26 0.39
HSL 350.2º 0.2% 0.52% -
HSV(B) 350.2º 0.31% 0.61% -
XYZ 22.06 18.82 18.69 -
YUV 122.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 156 107 115 0 0.31 0.26 0.39 350.2 0.2 0.52
Hex 9C 6B 73 0 1F 1A 27 15E 14 34
Octal 234 153 163 0 37 32 47 536 24 64
Binary 10011100 1101011 1110011 0 11111 11010 100111 101011110 10100 110100

Color Harmonies of #9C6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B73

Black with #9C6B73

Text Example


Text Example

White with #9C6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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