Html Css Color HEX #746C2E Crete

📋 copy color: '#746C2E'

red 116 ◦ green 108 ◦ blue 46

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

Shades of Crete #746C2E

Tints of Crete #746C2E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40%

 BLUE value IS 46 (18.36% from 255) = 17.04%

R = 42.96%
G = 40%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.60

 K value IS 0.55

RGB Variations

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

Color information

#746C2E (or 0x746C2E) is known color: Crete. HEX triplet: 74, 6C and 2E. RGB value is (116,108,46). Sum of RGB (Red+Green+Blue) = 116+108+46=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746C2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746C2E is #8B93D1. Grayscale: #676767. Windows color (decimal): -9147346 or 3042420. OLE color: 3042420.

HSL color Cylindrical-coordinate representation of color #746C2E: hue angle of 53.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #746C2E is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 46 -
CMYK 0 0.07 0.60 0.55
HSL 53.14º 0.43% 0.32% -
HSV(B) 53.14º 0.6% 0.45% -
XYZ 13.06 14.64 4.72 -
YUV 103.32 95.65 137.04 -
System Red Green Blue C M Y K H S L
Decimal 116 108 46 0 0.07 0.60 0.55 53.14 0.43 0.32
Hex 74 6C 2E 0 7 3C 37 35 2B 20
Octal 164 154 56 0 7 74 67 65 53 40
Binary 1110100 1101100 101110 0 111 111100 110111 110101 101011 100000

Color Harmonies of #746C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C2E

Black with #746C2E

Text Example


Text Example

White with #746C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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