Html Css Color HEX #746D33 Crete

📋 copy color: '#746D33'

red 116 ◦ green 109 ◦ blue 51

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

Shades of Crete #746D33

Tints of Crete #746D33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.48%

R = 42.03%
G = 39.49%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#746D33 (or 0x746D33) is known color: Crete. HEX triplet: 74, 6D and 33. RGB value is (116,109,51). Sum of RGB (Red+Green+Blue) = 116+109+51=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #746D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D33 is #8B92CC. Grayscale: #686868. Windows color (decimal): -9147085 or 3370356. OLE color: 3370356.

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

Color convert

RGB 116 109 51 -
CMYK 0 0.06 0.56 0.55
HSL 53.54º 0.39% 0.33% -
HSV(B) 53.54º 0.56% 0.45% -
XYZ 13.27 14.89 5.31 -
YUV 104.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 116 109 51 0 0.06 0.56 0.55 53.54 0.39 0.33
Hex 74 6D 33 0 6 38 37 36 27 21
Octal 164 155 63 0 6 70 67 66 47 41
Binary 1110100 1101101 110011 0 110 111000 110111 110110 100111 100001

Color Harmonies of #746D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D33

Black with #746D33

Text Example


Text Example

White with #746D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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