#746929

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

Shades of Crete #746929

Tints of Crete #746929

Color information

#746929 (or 0x746929) is unknown color: approx Crete. HEX triplet: 74, 69 and 29. RGB value is (116,105,41). Sum of RGB (Red+Green+Blue) = 116+105+41=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #746929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746929 is #8B96D6. Grayscale: #656565. Windows color (decimal): -9148119 or 2713972. OLE color: 2713972.

HSL color Cylindrical-coordinate representation of color #746929: hue angle of 51.2º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #746929 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB11610541-
CMYK00.090.650.55
HSL51.2º47.77%30.78%-
HSV(B)51.2º64.66%45.49%-
XYZ12.6513.984.13-
YUV100.9994.14138.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.27%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 41 (16.41% from 255) = 15.65%
R=44.27%
G=40.08%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161054100.090.650.5551.247.7730.78
Hex74692909413733301f
Octal1641515101110167636037
Binary1110100110100110100101001100000111011111001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746929; }

 p { color: rgb(116,105,41); }

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

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

 a { background-color: rgb(116,105,41); }

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

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

 span { border-color: rgb(116,105,41); }

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