#756E2C

Color #756E2C Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #756E2C

Tints of Crete #756E2C

Color information

#756E2C (or 0x756E2C) is unknown color: approx Crete. HEX triplet: 75, 6E and 2C. RGB value is (117,110,44). Sum of RGB (Red+Green+Blue) = 117+110+44=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E2C is #8A91D3. Grayscale: #686868. Windows color (decimal): -9081300 or 2911861. OLE color: 2911861.

HSL color Cylindrical-coordinate representation of color #756E2C: hue angle of 54.25º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #756E2C is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB11711044-
CMYK00.060.620.54
HSL54.25º45.34%31.57%-
HSV(B)54.25º62.39%45.88%-
XYZ13.3715.124.6-
YUV104.5793.82136.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 110 (43.36% from 255) = 40.59%
BLUE value IS 44 (17.58% from 255) = 16.24%
R=43.17%
G=40.59%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171104400.060.620.5454.2545.3431.57
Hex756E2C063E36362d20
Octal16515654067666665540
Binary111010111011101011000110111110110110110110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E2C; }

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

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

<style>
 a { background-color: #756E2C; }

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

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

<style>
 span { border-color: #756E2C; }

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

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