#756E2E

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

Shades of Crete #756E2E

Tints of Crete #756E2E

Color information

#756E2E (or 0x756E2E) is unknown color: approx Crete. HEX triplet: 75, 6E and 2E. RGB value is (117,110,46). Sum of RGB (Red+Green+Blue) = 117+110+46=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E2E is #8A91D1. Grayscale: #696969. Windows color (decimal): -9081298 or 3042933. OLE color: 3042933.

HSL color Cylindrical-coordinate representation of color #756E2E: hue angle of 54.08º 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 #756E2E is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11711046-
CMYK00.060.610.54
HSL54.08º43.56%31.96%-
HSV(B)54.08º60.68%45.88%-
XYZ13.4115.134.8-
YUV104.894.82136.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 110 (43.36% from 255) = 40.29%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=42.86%
G=40.29%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171104600.060.610.5454.0843.5631.96
Hex756E2E063D36362c20
Octal16515656067566665440
Binary111010111011101011100110111101110110110110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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