Html Css Color HEX #746357 Pine Cone

📋 copy color: '#746357'

red 116 ◦ green 99 ◦ blue 87

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

Shades of Pine Cone #746357

Tints of Pine Cone #746357

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.78%

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

R = 38.41%
G = 32.78%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#746357 (or 0x746357) is known color: Pine Cone. HEX triplet: 74, 63 and 57. RGB value is (116,99,87). Sum of RGB (Red+Green+Blue) = 116+99+87=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 116 - color contains mainly: red. Hex color #746357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746357 is #8B9CA8. Grayscale: #666666. Windows color (decimal): -9149609 or 5727092. OLE color: 5727092.

HSL color Cylindrical-coordinate representation of color #746357: hue angle of 24.83º 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 #746357 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 87 -
CMYK 0 0.15 0.25 0.55
HSL 24.83º 0.14% 0.4% -
HSV(B) 24.83º 0.25% 0.45% -
XYZ 13.38 13.32 10.88 -
YUV 102.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 116 99 87 0 0.15 0.25 0.55 24.83 0.14 0.4
Hex 74 63 57 0 F 19 37 19 E 28
Octal 164 143 127 0 17 31 67 31 16 50
Binary 1110100 1100011 1010111 0 1111 11001 110111 11001 1110 101000

Color Harmonies of #746357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746357

Black with #746357

Text Example


Text Example

White with #746357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746357; }

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

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

background-color css

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

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

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

border-color css

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

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

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