Html Css Color HEX #746D2D Crete

📋 copy color: '#746D2D'

red 116 ◦ green 109 ◦ blue 45

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

Shades of Crete #746D2D

Tints of Crete #746D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.67%

R = 42.96%
G = 40.37%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.55

RGB Variations

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

Color information

#746D2D (or 0x746D2D) is known color: Crete. HEX triplet: 74, 6D and 2D. RGB value is (116,109,45). Sum of RGB (Red+Green+Blue) = 116+109+45=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D2D is #8B92D2. Grayscale: #686868. Windows color (decimal): -9147091 or 2977140. OLE color: 2977140.

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

Color convert

RGB 116 109 45 -
CMYK 0 0.06 0.61 0.55
HSL 54.08º 0.44% 0.32% -
HSV(B) 54.08º 0.61% 0.45% -
XYZ 13.14 14.84 4.65 -
YUV 103.8 94.82 136.7 -
System Red Green Blue C M Y K H S L
Decimal 116 109 45 0 0.06 0.61 0.55 54.08 0.44 0.32
Hex 74 6D 2D 0 6 3D 37 36 2C 20
Octal 164 155 55 0 6 75 67 66 54 40
Binary 1110100 1101101 101101 0 110 111101 110111 110110 101100 100000

Color Harmonies of #746D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D2D

Black with #746D2D

Text Example


Text Example

White with #746D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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