Html Css Color HEX #746D2C Crete

📋 copy color: '#746D2C'

red 116 ◦ green 109 ◦ blue 44

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

Shades of Crete #746D2C

Tints of Crete #746D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.52%

 BLUE value IS 44 (17.58% from 255) = 16.36%

R = 43.12%
G = 40.52%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#746D2C (or 0x746D2C) is known color: Crete. HEX triplet: 74, 6D and 2C. RGB value is (116,109,44). Sum of RGB (Red+Green+Blue) = 116+109+44=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D2C is #8B92D3. Grayscale: #676767. Windows color (decimal): -9147092 or 2911604. OLE color: 2911604.

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

Color convert

RGB 116 109 44 -
CMYK 0 0.06 0.62 0.55
HSL 54.17º 0.45% 0.31% -
HSV(B) 54.17º 0.62% 0.45% -
XYZ 13.13 14.83 4.55 -
YUV 103.68 94.32 136.79 -
System Red Green Blue C M Y K H S L
Decimal 116 109 44 0 0.06 0.62 0.55 54.17 0.45 0.31
Hex 74 6D 2C 0 6 3E 37 36 2D 1F
Octal 164 155 54 0 6 76 67 66 55 37
Binary 1110100 1101101 101100 0 110 111110 110111 110110 101101 11111

Color Harmonies of #746D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D2C

Black with #746D2C

Text Example


Text Example

White with #746D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,44); }

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

background-color css

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

 a { background-color: rgb(116,109,44); }

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

border-color css

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

 span { border-color: rgb(116,109,44); }

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