#746F3A

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

Shades of Crete #746F3A

Tints of Crete #746F3A

Color information

#746F3A (or 0x746F3A) is unknown color: approx Crete. HEX triplet: 74, 6F and 3A. RGB value is (116,111,58). Sum of RGB (Red+Green+Blue) = 116+111+58=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 116 - color contains mainly: red. Hex color #746F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F3A is #8B90C5. Grayscale: #6A6A6A. Windows color (decimal): -9146566 or 3829620. OLE color: 3829620.

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

Color convert

RGB11611158-
CMYK00.040.50.55
HSL54.83º33.33%34.12%-
HSV(B)54.83º50%45.49%-
XYZ13.6515.396.25-
YUV106.45100.66134.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 40.70%
GREEN value IS 111 (43.75% from 255) = 38.95%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=40.70%
G=38.95%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.5
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161115800.040.50.5554.8333.3334.12
Hex746F3A043237372122
Octal16415772046267674142
Binary111010011011111110100100110010110111110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,58); }

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

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

 a { background-color: rgb(116,111,58); }

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

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

 span { border-color: rgb(116,111,58); }

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