Html Css Color HEX #746D3B Crete

📋 copy color: '#746D3B'

red 116 ◦ green 109 ◦ blue 59

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

Shades of Crete #746D3B

Tints of Crete #746D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.77%

R = 40.85%
G = 38.38%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#746D3B (or 0x746D3B) is known color: Crete. HEX triplet: 74, 6D and 3B. RGB value is (116,109,59). Sum of RGB (Red+Green+Blue) = 116+109+59=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 116 - color contains mainly: red. Hex color #746D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D3B is #8B92C4. Grayscale: #696969. Windows color (decimal): -9147077 or 3894644. OLE color: 3894644.

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

Color convert

RGB 116 109 59 -
CMYK 0 0.06 0.49 0.55
HSL 52.63º 0.33% 0.34% -
HSV(B) 52.63º 0.49% 0.45% -
XYZ 13.46 14.97 6.32 -
YUV 105.39 101.82 135.57 -
System Red Green Blue C M Y K H S L
Decimal 116 109 59 0 0.06 0.49 0.55 52.63 0.33 0.34
Hex 74 6D 3B 0 6 31 37 35 21 22
Octal 164 155 73 0 6 61 67 65 41 42
Binary 1110100 1101101 111011 0 110 110001 110111 110101 100001 100010

Color Harmonies of #746D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D3B

Black with #746D3B

Text Example


Text Example

White with #746D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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