Html Css Color HEX #746E39 Crete

📋 copy color: '#746E39'

red 116 ◦ green 110 ◦ blue 57

#746E39
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #746E39

Tints of Crete #746E39

RGB

 RED value IS 116 (45.7% from 255) = 40.99%

 GREEN value IS 110 (43.36% from 255) = 38.87%

 BLUE value IS 57 (22.66% from 255) = 20.14%

R = 40.99%
G = 38.87%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.55

RGB Variations

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

Color information

#746E39 (or 0x746E39) is known color: Crete. HEX triplet: 74, 6E and 39. RGB value is (116,110,57). Sum of RGB (Red+Green+Blue) = 116+110+57=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 116 - color contains mainly: red. Hex color #746E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E39 is #8B91C6. Grayscale: #696969. Windows color (decimal): -9146823 or 3763828. OLE color: 3763828.

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

Color convert

RGB 116 110 57 -
CMYK 0 0.05 0.51 0.55
HSL 53.9º 0.34% 0.34% -
HSV(B) 53.9º 0.51% 0.45% -
XYZ 13.52 15.16 6.08 -
YUV 105.75 100.49 135.31 -
System Red Green Blue C M Y K H S L
Decimal 116 110 57 0 0.05 0.51 0.55 53.9 0.34 0.34
Hex 74 6E 39 0 5 33 37 36 22 22
Octal 164 156 71 0 5 63 67 66 42 42
Binary 1110100 1101110 111001 0 101 110011 110111 110110 100010 100010

Color Harmonies of #746E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E39

Black with #746E39

Text Example


Text Example

White with #746E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,110,57); }

 H1.HeaderClassName
 {
   color: #746E39;
 }
 .AnyTagClassName
 {
   color: #746E39;
 }
</style>

background-color css

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

 a { background-color: rgb(116,110,57); }

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

border-color css

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

 span { border-color: rgb(116,110,57); }

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