Html Css Color HEX #9C6C72 Turkish Rose

📋 copy color: '#9C6C72'

red 156 ◦ green 108 ◦ blue 114

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

Shades of Turkish Rose #9C6C72

Tints of Turkish Rose #9C6C72

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 41.27%
G = 28.57%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C6C72 (or 0x9C6C72) is known color: Turkish Rose. HEX triplet: 9C, 6C and 72. RGB value is (156,108,114). Sum of RGB (Red+Green+Blue) = 156+108+114=378 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.27% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6C72 is #63938D. Grayscale: #7B7B7B. Windows color (decimal): -6525838 or 7498908. OLE color: 7498908.

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

Color convert

RGB 156 108 114 -
CMYK 0 0.31 0.27 0.39
HSL 352.5º 0.2% 0.52% -
HSV(B) 352.5º 0.31% 0.61% -
XYZ 22.11 19.01 18.42 -
YUV 123.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 156 108 114 0 0.31 0.27 0.39 352.5 0.2 0.52
Hex 9C 6C 72 0 1F 1B 27 160 14 34
Octal 234 154 162 0 37 33 47 540 24 64
Binary 10011100 1101100 1110010 0 11111 11011 100111 101100000 10100 110100

Color Harmonies of #9C6C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6C72

Black with #9C6C72

Text Example


Text Example

White with #9C6C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,108,114); }

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

background-color css

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

 a { background-color: rgb(156,108,114); }

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

border-color css

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

 span { border-color: rgb(156,108,114); }

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