Html Css Color HEX #746E3C Crete

📋 copy color: '#746E3C'

red 116 ◦ green 110 ◦ blue 60

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

Shades of Crete #746E3C

Tints of Crete #746E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.98%

R = 40.56%
G = 38.46%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.55

RGB Variations

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

Color information

#746E3C (or 0x746E3C) is known color: Crete. HEX triplet: 74, 6E and 3C. RGB value is (116,110,60). Sum of RGB (Red+Green+Blue) = 116+110+60=286 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.56% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 116 - color contains mainly: red. Hex color #746E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E3C is #8B91C3. Grayscale: #6A6A6A. Windows color (decimal): -9146820 or 3960436. OLE color: 3960436.

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

Color convert

RGB 116 110 60 -
CMYK 0 0.05 0.48 0.55
HSL 53.57º 0.32% 0.35% -
HSV(B) 53.57º 0.48% 0.45% -
XYZ 13.59 15.19 6.49 -
YUV 106.09 101.99 135.07 -
System Red Green Blue C M Y K H S L
Decimal 116 110 60 0 0.05 0.48 0.55 53.57 0.32 0.35
Hex 74 6E 3C 0 5 30 37 36 20 23
Octal 164 156 74 0 5 60 67 66 40 43
Binary 1110100 1101110 111100 0 101 110000 110111 110110 100000 100011

Color Harmonies of #746E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E3C

Black with #746E3C

Text Example


Text Example

White with #746E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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