Html Css Color HEX #746E32 Crete

📋 copy color: '#746E32'

red 116 ◦ green 110 ◦ blue 50

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

Shades of Crete #746E32

Tints of Crete #746E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.12%

R = 42.03%
G = 39.86%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#746E32 (or 0x746E32) is known color: Crete. HEX triplet: 74, 6E and 32. RGB value is (116,110,50). Sum of RGB (Red+Green+Blue) = 116+110+50=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #746E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E32 is #8B91CD. Grayscale: #696969. Windows color (decimal): -9146830 or 3305076. OLE color: 3305076.

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

Color convert

RGB 116 110 50 -
CMYK 0 0.05 0.57 0.55
HSL 54.55º 0.4% 0.33% -
HSV(B) 54.55º 0.57% 0.45% -
XYZ 13.35 15.1 5.23 -
YUV 104.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 116 110 50 0 0.05 0.57 0.55 54.55 0.4 0.33
Hex 74 6E 32 0 5 39 37 37 28 21
Octal 164 156 62 0 5 71 67 67 50 41
Binary 1110100 1101110 110010 0 101 111001 110111 110111 101000 100001

Color Harmonies of #746E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E32

Black with #746E32

Text Example


Text Example

White with #746E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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