Html Css Color HEX #746C56 Peat

📋 copy color: '#746C56'

red 116 ◦ green 108 ◦ blue 86

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

Shades of Peat #746C56

Tints of Peat #746C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.84%

 BLUE value IS 86 (33.98% from 255) = 27.74%

R = 37.42%
G = 34.84%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#746C56 (or 0x746C56) is known color: Peat. HEX triplet: 74, 6C and 56. RGB value is (116,108,86). Sum of RGB (Red+Green+Blue) = 116+108+86=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #746C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C56 is #8B93A9. Grayscale: #6B6B6B. Windows color (decimal): -9147306 or 5663860. OLE color: 5663860.

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

Color convert

RGB 116 108 86 -
CMYK 0 0.07 0.26 0.55
HSL 44º 0.15% 0.4% -
HSV(B) 44º 0.26% 0.45% -
XYZ 14.24 15.11 10.97 -
YUV 107.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 116 108 86 0 0.07 0.26 0.55 44 0.15 0.4
Hex 74 6C 56 0 7 1A 37 2C F 28
Octal 164 154 126 0 7 32 67 54 17 50
Binary 1110100 1101100 1010110 0 111 11010 110111 101100 1111 101000

Color Harmonies of #746C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C56

Black with #746C56

Text Example


Text Example

White with #746C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,108,86); }

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

background-color css

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

 a { background-color: rgb(116,108,86); }

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

border-color css

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

 span { border-color: rgb(116,108,86); }

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