#746C35

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

Shades of Crete #746C35

Tints of Crete #746C35

Color information

#746C35 (or 0x746C35) is unknown color: approx Crete. HEX triplet: 74, 6C and 35. RGB value is (116,108,53). Sum of RGB (Red+Green+Blue) = 116+108+53=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 108 (42.58% from 255 or 38.99% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #746C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C35 is #8B93CA. Grayscale: #686868. Windows color (decimal): -9147339 or 3501172. OLE color: 3501172.

HSL color Cylindrical-coordinate representation of color #746C35: hue angle of 52.38º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746C35 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB11610853-
CMYK00.070.540.55
HSL52.38º37.28%33.14%-
HSV(B)52.38º54.31%45.49%-
XYZ13.2114.75.51-
YUV104.1299.15136.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.88%
GREEN value IS 108 (42.58% from 255) = 38.99%
BLUE value IS 53 (21.09% from 255) = 19.13%
R=41.88%
G=38.99%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161085300.070.540.5552.3837.2833.14
Hex746C35073637342521
Octal16415465076667644541
Binary111010011011001101010111110110110111110100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746C35; }

 p { color: rgb(116,108,53); }

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

<style>
 a { background-color: #746C35; }

 a { background-color: rgb(116,108,53); }

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

<style>
 span { border-color: #746C35; }

 span { border-color: rgb(116,108,53); }

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