Html Css Color HEX #746B53 Peat

📋 copy color: '#746B53'

red 116 ◦ green 107 ◦ blue 83

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

Shades of Peat #746B53

Tints of Peat #746B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.97%

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 37.91%
G = 34.97%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#746B53 (or 0x746B53) is known color: Peat. HEX triplet: 74, 6B and 53. RGB value is (116,107,83). Sum of RGB (Red+Green+Blue) = 116+107+83=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #746B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B53 is #8B94AC. Grayscale: #6B6B6B. Windows color (decimal): -9147565 or 5466996. OLE color: 5466996.

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

Color convert

RGB 116 107 83 -
CMYK 0 0.08 0.28 0.55
HSL 43.64º 0.17% 0.39% -
HSV(B) 43.64º 0.28% 0.45% -
XYZ 14.02 14.85 10.31 -
YUV 106.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 116 107 83 0 0.08 0.28 0.55 43.64 0.17 0.39
Hex 74 6B 53 0 8 1C 37 2C 11 27
Octal 164 153 123 0 10 34 67 54 21 47
Binary 1110100 1101011 1010011 0 1000 11100 110111 101100 10001 100111

Color Harmonies of #746B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B53

Black with #746B53

Text Example


Text Example

White with #746B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,107,83); }

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

background-color css

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

 a { background-color: rgb(116,107,83); }

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

border-color css

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

 span { border-color: rgb(116,107,83); }

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