#756E34

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

Shades of Crete #756E34

Tints of Crete #756E34

Color information

#756E34 (or 0x756E34) is unknown color: approx Crete. HEX triplet: 75, 6E and 34. RGB value is (117,110,52). Sum of RGB (Red+Green+Blue) = 117+110+52=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #756E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E34 is #8A91CB. Grayscale: #696969. Windows color (decimal): -9081292 or 3436149. OLE color: 3436149.

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

Color convert

RGB11711052-
CMYK00.060.560.54
HSL53.54º38.46%33.14%-
HSV(B)53.54º55.56%45.88%-
XYZ13.5315.185.47-
YUV105.4897.82136.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 52 (20.70% from 255) = 18.64%
R=41.94%
G=39.43%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171105200.060.560.5453.5438.4633.14
Hex756E34063836362621
Octal16515664067066664641
Binary111010111011101101000110111000110110110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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