#756d2e

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

Shades of Crete #756D2E

Tints of Crete #756D2E

Color information

#756D2E (or 0x756D2E) is unknown color: approx Crete. HEX triplet: 75, 6D and 2E. RGB value is (117,109,46). Sum of RGB (Red+Green+Blue) = 117+109+46=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #756D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D2E is #8A92D1. Grayscale: #686868. Windows color (decimal): -9081554 or 3042677. OLE color: 3042677.

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

Color convert

RGB11710946-
CMYK00.070.610.54
HSL53.24º43.56%31.96%-
HSV(B)53.24º60.68%45.88%-
XYZ13.314.924.76-
YUV104.2195.15137.12-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=43.01%
G=40.07%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171094600.070.610.5453.2443.5631.96
Hex756D2E073D36352c20
Octal16515556077566655440
Binary111010111011011011100111111101110110110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756d2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,109,46); }

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

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

 a { background-color: rgb(117,109,46); }

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

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

 span { border-color: rgb(117,109,46); }

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