Html Css Color HEX #746557 Pine Cone

📋 copy color: '#746557'

red 116 ◦ green 101 ◦ blue 87

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

Shades of Pine Cone #746557

Tints of Pine Cone #746557

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.22%

 BLUE value IS 87 (34.38% from 255) = 28.62%

R = 38.16%
G = 33.22%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#746557 (or 0x746557) is known color: Pine Cone. HEX triplet: 74, 65 and 57. RGB value is (116,101,87). Sum of RGB (Red+Green+Blue) = 116+101+87=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 101 (39.84% from 255 or 33.22% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746557 is #8B9AA8. Grayscale: #676767. Windows color (decimal): -9149097 or 5727604. OLE color: 5727604.

HSL color Cylindrical-coordinate representation of color #746557: hue angle of 28.97º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #746557 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 87 -
CMYK 0 0.13 0.25 0.55
HSL 28.97º 0.14% 0.4% -
HSV(B) 28.97º 0.25% 0.45% -
XYZ 13.58 13.71 10.95 -
YUV 103.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 116 101 87 0 0.13 0.25 0.55 28.97 0.14 0.4
Hex 74 65 57 0 D 19 37 1D E 28
Octal 164 145 127 0 15 31 67 35 16 50
Binary 1110100 1100101 1010111 0 1101 11001 110111 11101 1110 101000

Color Harmonies of #746557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746557

Black with #746557

Text Example


Text Example

White with #746557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746557; }

 p { color: rgb(116,101,87); }

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

background-color css

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

 a { background-color: rgb(116,101,87); }

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

border-color css

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

 span { border-color: rgb(116,101,87); }

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