#9C6B6E

Color #9C6B6E Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9C6B6E

Tints of Turkish Rose #9C6B6E

Color information

#9C6B6E (or 0x9C6B6E) is unknown color: approx Turkish Rose. HEX triplet: 9C, 6B and 6E. RGB value is (156,107,110). Sum of RGB (Red+Green+Blue) = 156+107+110=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B6E is #639491. Grayscale: #7A7A7A. Windows color (decimal): -6526098 or 7236508. OLE color: 7236508.

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

Color convert

RGB156107110-
CMYK00.310.290.39
HSL356.33º19.84%51.57%-
HSV(B)356.33º31.41%61.18%-
XYZ21.7818.7117.22-
YUV121.99121.23152.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.82%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=41.82%
G=28.69%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610711000.310.290.39356.3319.8451.57
Hex9C6B6E01F1D271641434
Octal23415315603735475442464
Binary10011100110101111011100111111110110011110110010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C6B6E;
 }
 .AnyTagClassName
 {
   color: #9C6B6E;
 }
</style>
background-color css

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

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

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

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

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

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